forked from sw2719/steam-account-switcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.json
56 lines (55 loc) · 1.89 KB
/
theme.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
{
"light": {
"text": "black",
"text_disabled": "black",
"text_clicked": "white",
"account_button": "white",
"account_button_disabled": "#cfcfcf",
"account_button_clicked": "#0078d7",
"account_button_hover": "#f2f2f2",
"account_button_text": "black",
"account_button_text_disabled": "black",
"account_button_text_clicked": "white",
"bottom_button": "#d1d1d1",
"bottom_button_clicked": "#0078d7",
"bottom_button_hover": "#ededed",
"button": "#d1d1d1",
"button_disabled": "#cfcfcf",
"button_clicked": "#0078d7",
"button_hover": "#ededed",
"button_text_disabled": "#707070",
"window_background": "white",
"upperframe": "white",
"bottomframe": "white",
"autologin_text_avail": "green",
"autologin_text_unavail": "red",
"seperator": "#c4c4c4"
},
"dark": {
"text": "white",
"text_disabled": "white",
"text_clicked": "white",
"account_button": "#1c1c1c",
"account_button_disabled": "#3b3b3b",
"account_button_clicked": "#667f8c",
"account_button_hover": "#242424",
"account_button_text": "white",
"account_button_text_disabled": "white",
"account_button_text_clicked": "white",
"bottom_button": "#1c1c1c",
"bottom_button_disabled": "#3b3b3b",
"bottom_button_clicked": "#667f8c",
"bottom_button_hover": "#242424",
"button": "#1c1c1c",
"button_disabled": "#404040",
"button_clicked": "#667f8c",
"button_hover": "#242424",
"button_text_disabled": "#c2c2c2",
"window_background": "#1c1c1c",
"upperframe": "#292929",
"bottomframe": "#292929",
"autologin_text_avail": "#28d487",
"autologin_text_unavail": "#cc4b4b",
"seperator": "#545454"
}
}