-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.colors.css
46 lines (43 loc) · 1.51 KB
/
index.colors.css
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
:root {
--main-theme-color: #e8e8e8;
--main-theme-highlight-color: 3, 155, 229;
--main-theme-background-color: white;
--main-theme-background-dark-color: #eee;
--main-theme-text-color-dark: green;
--main-theme-text-color: black;
--main-theme-text-invert-color: white;
--theme-subdued-color: #f5f5f5;
--theme-text-color: #fff;
--theme-text-selected: orange;
--tree-selected: #dadada;
--tree-hover: orange;
--code-line-selected: orange;
}
:root.dark-enabled {
/* --main-theme-color: #47414a; */
--main-theme-color: #1e1e1e;
/* --main-theme-highlight-color: #40f7ac; */
/* --main-theme-highlight-color: #026292; */
/* --main-theme-highlight-color: #2b5046; */
/* --main-theme-highlight-color: 20, 160, 210; */
--main-theme-highlight-color: 60, 180, 190;
/* --main-theme-highlight-color: 20, 201, 210; */
/* --main-theme-highlight-color: 64, 210, 20; */
--main-theme-highlight-color-FOR-PICKER: rgb(60, 180, 190);
/* --main-theme-background-color: #363238; */
/* --main-theme-background-color: #3b3b3b; */
--main-theme-background-color: #363636; /* #2d2d2d */
--main-theme-background-dark-color: #29252b;
--main-theme-text-color-dark: green;
/* --main-theme-text-color: #d8d8d8; */
--main-theme-text-color: #c2c2c2;
/* --main-theme-text-invert-color: #d0c0d8; */
--main-theme-text-invert-color: #818181;
/* --theme-subdued-color: #483f48; */
--theme-subdued-color: #262626;
--theme-text-color: black;
--theme-text-selected: #82e3ae;
--tree-selected: #094771;
--tree-hover: #333;
--code-line-selected: orange;
}