forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
colors.json
55 lines (55 loc) · 1.07 KB
/
colors.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
{
"normal": "#40628a",
"good": "#537d29",
"average": "#be6209",
"bad": "#b00e0e",
"highlight": "#8ba5c4",
"text": {
"normal": "white",
"inverse": "black",
"title": "#98b0c3"
},
"rule": {
"normal": "#40628a",
"dark": "#272727"
},
"titlebar": {
"background": "#363636",
"shadow": "alpha(#000, 0.1)"
},
"resize": {
"border": "#363636"
},
"display": {
"background": "alpha(#000, 0.33)",
"shadow": "alpha(#000, 0.5)"
},
"notice": {
"first": "#bb9b68",
"second": "#b1905d",
"border": "#272727"
},
"section": {
"label": "#8ba5c4"
},
"bar": {
"border": "#40628a",
"background": "#272727"
},
"buttons": {
"normal": "#40628a",
"disabled": "#999999",
"selected": "#2f943c",
"caution": "#9a9d00",
"danger": "#9d0808",
"hover": "15%"
},
"nanotrasen": {
"background-start": "#2a2a2a",
"background-end": "#202020"
},
"syndicate": {
"background-start": "#b30f0f",
"background-end": "#740d0d"
}
}