-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRandomUserColors.config.json
More file actions
45 lines (45 loc) · 1.28 KB
/
Copy pathRandomUserColors.config.json
File metadata and controls
45 lines (45 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"info": {
"name": "RandomUserColors",
"authors": [
{
"name": "eyadmkv",
"discord_id": "1080943463073329307",
"github_username": "jackgawe"
}
],
"version": "1.0.0",
"description": "Assigns random colors to users in the chat",
"github": "https://github.com/jackgawe/RandomUserColors",
"github_raw": "https://raw.githubusercontent.com/jackgawe/RandomUserColors/main/RandomUserColors.plugin.js"
},
"changelog": [
{
"title": "Initial Release",
"type": "added",
"items": [
"Random color assignment for users",
"Persistent colors per user",
"Automatic color application for new messages"
]
}
],
"main": "RandomUserColors.plugin.js",
"config": {
"colorSettings": {
"saturation": 70,
"lightness": 60,
"useCustomColors": false,
"customColors": [
"#FF0000",
"#00FF00",
"#0000FF",
"#FFFF00",
"#FF00FF",
"#00FFFF"
]
},
"excludedUsers": [],
"excludedChannels": []
}
}