-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathS - Alt Color Scheme Template.css
86 lines (68 loc) · 1.21 KB
/
S - Alt Color Scheme Template.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
body {
--font: ;
--header-weight: ;
--vault-name-font-size: ;
--vault-name-font-weight: ;
--font-monospace: ;
--hr-icon-symbol: ;
--hr-icon-font: ;
--highlight: ;
--hvr: ;
--hvr-active: ;
}
body {
/*Colors*/
--outer-bar: ;
--dark-sidebar: ;
--side-bar: ;
--note: ;
--note-rgb: ;
--accent-color: ;
--accent: ;
--lite-accent: ;
--dark-accent: ;
--deep-dark-accent: ;
--accent2: ;
--accent2-lite: ;
--headers: ;
--text: ;
--soft-text: ;
--code-text: ;
--i-at: ;
--footnote: ;
--inactive: ;
--tag-text: ;
--folder: ;
--folder-open: ;
--file: ;
--file-icon-color: ;
--fg: ;
--bg: ;
--code-bg: ;
--embed-bg: ;
--aside-bg: ;
--tag: ;
--bttn: ;
--th: ;
--table-header-text: ;
--td: ;
--table: ;
--hr: ;
--lines: ;
--outline: ;
--hr-image: ;
--highlight: ;
--hvr: ;
--hvr-active: ;
--graph-bg: ;
--graph-lines: ;
--graph-node: ;
--graph-fill: ;
--graph-404: ;
--theme-rainbow-1: ;
--theme-rainbow-2: ;
--theme-rainbow-3: ;
--theme-rainbow-4: ;
--theme-rainbow-5: ;
--theme-rainbow-6: ;
}