-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
140 lines (140 loc) · 3.57 KB
/
config.json
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"info": {
"name": "Elegant Mavis",
"version": "0.1.3-pre",
"description": "Elegant theme featuring Anime Waifus",
"icon": "configAssets/logo@0,25x.png",
"icon_type": "image/png",
"type": "sass"
},
"main": "src/app.scss",
"defaultConfig": [
{
"category": "General Settings",
"type": "drawer",
"settings": [
{
"id": "bg-chat-main",
"type": "file",
"text": "Choose background image",
"hint": "Add a background to the messages area",
"value": ["src/assets/default/background.jpg"]
},
{
"id": "full-screen-background",
"type": "bool",
"value": false,
"text": "Fullscreen Background",
"hint": "Make use of the whole UI Window"
},
{
"id": "primary",
"type": "colour",
"value": "#3ECC9C",
"text": "Primary Color",
"hint": "Pick your Primary Color"
},
{
"id": "overlay-color",
"type": "colour",
"value": "#0000006f",
"text": "Overlay Color",
"hint": "Overlay Color used to make background images darker/lighter"
}
]
},
{
"category": "User Popout Settings",
"type": "drawer",
"settings": [
{
"id": "widen-popout-avatar",
"type": "bool",
"value": true,
"text": "Full Avatar on Userpopout",
"hint": ""
}
]
},
{
"category": "Border Settings",
"type": "drawer",
"settings": [
{
"id": "_base-border-radius",
"type": "slider",
"value": 2,
"min": 0,
"max": 20,
"step": 1,
"unit": "px",
"multi": 1,
"text": "Base Border Radius",
"hint": ""
},
{
"id": "icon-border-radius",
"type": "dropdown",
"value": "8px",
"text": "Icon border radius",
"hint": "Default is 8px",
"options": [
{
"id": "b1",
"text": "small",
"value": "4px"
},
{
"id": "b2",
"text": "medium",
"value": "6px"
},
{
"id": "b2",
"text": "default",
"value": "8px"
},
{
"id": "b4",
"text": "high",
"value": "12px"
},
{
"id": "b5",
"text": "ultra",
"value": "16px"
}
]
}
]
},
{
"category": "Scrollbar Settings",
"type": "drawer",
"settings": [
{
"id": "hide-channel-scrollbar",
"type": "bool",
"value": true,
"text": "Hide Channel Scrollbar",
"hint": ""
},
{
"id": "hide-modal-scrollbar",
"type": "bool",
"value": true,
"text": "Hide Modal Scrollbar",
"hint": ""
},
{
"id": "hide-pin-scrollbar",
"type": "bool",
"value": true,
"text": "Hide Pinned Scrollbar",
"hint": ""
}
]
}
],
"configSchemes": []
}