-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
44 lines (41 loc) · 965 Bytes
/
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
{
"label":
{
"colours":
{
"normal_text": "black"
},
"font":
{
"size": "12",
"bold": "0",
"italic": "1"
}
},
"button":
{
"colours":
{
"normal_bg":"pink",
"hovered_bg":"#EF94FD",
"active_bg":"#297C7C",
"normal_text":"black",
"hovered_text":"#414141",
"active_text":"white",
"normal_border": "black",
"hovered_border": "white",
"active_border": "red"
}
},
"text_entry_line":
{
"colours":
{
"dark_bg": "#25292e",
"selected_bg": "#55595e",
"normal_text": "#AAAAAA",
"selected_text": "#FFFFFF",
"normal_border": "#FFFFFF"
}
}
}