-
Notifications
You must be signed in to change notification settings - Fork 129
/
light-purple.json
52 lines (52 loc) · 1.82 KB
/
light-purple.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(164, 51, 223, 0.5)",
"highlight:dark": "rgba(147, 45, 200, 0.5)",
"highlight:alternate": "rgba(184, 71, 243, 0.6)",
"midtone": "#bab9b8",
"midtone:light": "#bab9b8",
"midtone:dark": "rgba(106, 105, 105, 0.7)",
"midtone:hover": "#787876",
"view:checked": "#dab9e7",
"view:hover": "rgba(194, 51, 223, 0.2)",
"toolbar:horizontal:background": "#eff0f1",
"toolbar:vertical:background": "#eff0f1",
"view:corner": "#eff0f1",
"view:header": "#eff0f1",
"view:header:border": "#bab9b8",
"view:border": "#bab9b8",
"view:background": "#eff0f1",
"text:background": "#eff0f1",
"tab:background:selected": "#eff0f1",
"tab:background": "#d9d8d7",
"tree": "#4b4b4b",
"slider:foreground": "#c233df",
"slider:handle:background": "#eff0f1",
"menu:disabled": "#bab9b8",
"checkbox:light": "#272b2f",
"checkbox:disabled": "#6a6e71",
"scrollbar:hover": "rgba(194, 51, 223, 0.8)",
"scrollbar:background": "#eff0f1",
"scrollbar:background:hover": "#c7c7c6",
"button:background": "#eaebec",
"button:background:pressed": "#dfbeec",
"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(194, 51, 223, 0.2)",
"ads-border:focused": "rgba(194, 51, 223, 0.25)"
}