-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.css
59 lines (54 loc) · 2.37 KB
/
custom.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
47
48
49
50
51
52
53
54
55
56
57
58
59
#left-pane div[data-path="%2Fa%2F%5B0%5D"],
#left-pane div[data-path="%2Fa"],
#left-pane div[data-path="%2Fa%2F%5B1%5D"],
#left-pane div[data-path="%2Fb%2Fc%2Fd"],
#left-pane div[data-path="%2Fb%2Fc"],
#left-pane div[data-path="%2Fb"] {
--background-color-custom: #F6D283
}
#left-pane div[data-path="%2Fa%2F%5B0%5D"]>div:first-child>div,
#left-pane div[data-path="%2Fa"]>div:first-child>div,
#left-pane div[data-path="%2Fa%2F%5B1%5D"]>div:first-child>div,
#left-pane div[data-path="%2Fb%2Fc%2Fd"]>div:first-child>div,
#left-pane div[data-path="%2Fb%2Fc"]>div:first-child>div,
#left-pane div[data-path="%2Fb"]>div:first-child>div {
color: #292D1C !important;
--jse-key-color: #292D1C !important;
background-color: var(--background-color-custom) !important
}
#left-pane div[data-path="%2Fa%2F%5B0%5D"]:first-child,
#left-pane div[data-path="%2Fa"]:first-child,
#left-pane div[data-path="%2Fa%2F%5B1%5D"]:first-child,
#left-pane div[data-path="%2Fb%2Fc%2Fd"]:first-child,
#left-pane div[data-path="%2Fb%2Fc"]:first-child,
#left-pane div[data-path="%2Fb"]:first-child {
color: #292D1C !important;
--jse-selection-background-inactive-color: var(--background-color-custom) !important
}
#right-pane div[data-path="%2Fa%2F%5B0%5D"],
#right-pane div[data-path="%2Fa"],
#right-pane div[data-path="%2Fa%2F%5B1%5D"],
#right-pane div[data-path="%2Fb%2Fc%2Fd"],
#right-pane div[data-path="%2Fb%2Fc"],
#right-pane div[data-path="%2Fb"] {
--background-color-custom: #F6D283
}
#right-pane div[data-path="%2Fa%2F%5B0%5D"]>div:first-child>div,
#right-pane div[data-path="%2Fa"]>div:first-child>div,
#right-pane div[data-path="%2Fa%2F%5B1%5D"]>div:first-child>div,
#right-pane div[data-path="%2Fb%2Fc%2Fd"]>div:first-child>div,
#right-pane div[data-path="%2Fb%2Fc"]>div:first-child>div,
#right-pane div[data-path="%2Fb"]>div:first-child>div {
color: #292D1C !important;
--jse-key-color: #292D1C !important;
background-color: var(--background-color-custom) !important
}
#right-pane div[data-path="%2Fa%2F%5B0%5D"]:first-child,
#right-pane div[data-path="%2Fa"]:first-child,
#right-pane div[data-path="%2Fa%2F%5B1%5D"]:first-child,
#right-pane div[data-path="%2Fb%2Fc%2Fd"]:first-child,
#right-pane div[data-path="%2Fb%2Fc"]:first-child,
#right-pane div[data-path="%2Fb"]:first-child {
color: #292D1C !important;
--jse-selection-background-inactive-color: var(--background-color-custom) !important
}