-
Notifications
You must be signed in to change notification settings - Fork 129
/
light-red-alt.json
52 lines (52 loc) · 1.79 KB
/
light-red-alt.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
// NOTE: This is a custom JSON file, where lines leading
// with `//` are removed. No other comments are valid.
{
"foreground": "#31363b",
"foreground:light": "#272b2f",
"background": "#eff0f1",
"background:alternate": "#eaebec",
"highlight": "rgba(223, 52, 52, 0.5)",
"highlight:dark": "rgba(200, 45, 45, 0.5)",
"highlight:alternate": "rgba(243, 73, 73, 0.6)",
"midtone": "#bab9b8",
"midtone:light": "#bab9b8",
"midtone:dark": "rgba(106, 105, 105, 0.7)",
"midtone:hover": "#787876",
"view:checked": "#da7c7c",
"view:hover": "",
"toolbar:horizontal:background": "#eff0f1",
"toolbar:vertical:background": "#eff0f1",
"view:corner": "#eff0f1",
"view:header": "#eff0f1",
"view:header:border": "#bab9b8",
"view:border": "#bab9b8",
"view:background": "#cecece",
"text:background": "#cecece",
"tab:background:selected": "#eff0f1",
"tab:background": "#d9d8d7",
"tree": "#4b4b4b",
"slider:foreground": "#df3434",
"slider:handle:background": "#eff0f1",
"menu:disabled": "#bab9b8",
"checkbox:light": "#ff5757",
"checkbox:disabled": "#6a6e71",
"scrollbar:hover": "rgba(223, 52, 52, 0.8)",
"scrollbar:background": "#eff0f1",
"scrollbar:background:hover": "#c7c7c6",
"button:background": "#eaebec",
"button:background:pressed": "#bedfec",
"button:border": "#bab9b8",
"button:checked": "#c7c7c6",
"button:disabled": "#b4b4b4",
"close:hover": "#31363b",
"close:pressed": "#b33e3e",
"dock:background": "#eaebec",
"dock:float": "#a2a2a2",
"critical": "#ff8c9f",
"information": "#8cd5ff",
"question": "#c08cff",
"warning": "#ffff8c",
// These are extension-specific
"ads-tab:focused": "rgba(232, 63, 63, 0.2)",
"ads-border:focused": "rgba(232, 63, 63, 0.25)"
}