forked from SlRvb/Obsidian--ITS-Theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTheme - SlRvb Gray.css
141 lines (117 loc) · 4.61 KB
/
Theme - SlRvb Gray.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
/*----Theme: SlRvb Gray----*/
.theme-dark,
.theme-light {
--font: 'Norwester', 'Staatliches', 'Racing Sans One', 'Heavitas', 'Playfair Display', serif;
--font-monospace: 'Fira Code';
--hr-sym: "🏴";
}
.theme-dark {
--background-primary: var(--note);
--background-primary-alt: var(--deep-dark-accent);
--background-secondary: var(--side-bar);
--background-secondary-alt: var(--outer-bar);
--background-modifier-border: var(--table);
--background-modifier-form-field-highlighted: rgba(113,132,162,0.13);
--text-selection: rgba(61, 82, 107, 0.25);
--text-highlight-bg: rgba(87, 113, 156, 0.4);
--text-highlight-bg-active: rgba(134, 168, 197, 0.4);
--text-normal: var(--text);
--text-muted: var(--soft-text);
--text-accent: var(--accent2-lite);
--text-accent-hover: var(--accent2);
--interactive-normal: var(--outer-bar);
--interactive-hover: var(--embed-bg);
--interactive-accent: var(--hr);
--interactive-accent-hover: var(--dark-accent);
--outer-bar: #0E0F15; /*Outer Sidebar*/
--dark-sidebar: #090C0E; /*Dark Sidebar*/
--side-bar: var(--note); /*Sidebar*/
--f-icon: #586277; /*File*/
--folder: #F1F7FF; /*Folder*/
--note: #171B21; /*Note*/
--headers: #9DB1CA; /*Headings*/
--text: #778495; /*Text*/
--soft-text: #AAB3CA; /*Faint Text*/
--code-text: #707a90; /*Code Text*/
--i-at: #5D7B98; /*<i></i>*/
--footnote: #576571; /*Footnotes*/
--inactive: #3c4a64;
--tag: #353d52;
--hr: #414a5f; /*Horizontal Line*/
--embed-bg: #0E0F15; /*Embed/Blockquote*/
--aside-bg: #12151d; /*Aside Background Color*/
--accent: #515b71; /*Accent*/
--lite-accent: #8e9ab4; /*Lite Accent*/
--accent2: #889FC3; /*Accent 2*/
--accent2-lite: #9DB2CF; /*Lite Accent 2*/
--dark-accent: #333A49; /*Dark Accent*/
--deep-dark-accent: #222731; /*Deep Dark Accent*/
--table: #242b3d; /*Lines*/
--graph-lines: #323946; /*Graph Lines*/
--sphd-pre-1: var(--lite-accent);
--sphd-pre-2: var(--code-text);
--sphd-pre-3: var(--accent);
--sphd-pre-4: var(--inactive);
--sphd-pre-5: var(--table);
--sphd-pre-6: var(--aside-bg);
--sphd-ed-1: var(--lite-accent);
--sphd-ed-2: var(--code-text);
--sphd-ed-3: var(--accent);
--sphd-ed-4: var(--inactive);
--sphd-ed-5: var(--table);
--sphd-ed-6: var(--aside-bg);
}
.theme-light {
--background-primary: var(--note);
--background-primary-alt: var(--dark-accent);
--background-secondary: var(--side-bar);
--background-secondary-alt: var(--outer-bar);
--background-modifier-border: var(--table);
--background-modifier-form-field-highlighted: rgba(131,185,240,0.13);
--text-selection: rgba(163, 188, 218, 0.22);
--text-highlight-bg: rgba(129,155,199,0.25);
--text-highlight-bg-active: rgba(172,210,255,0.25);
--text-normal: var(--text);
--text-muted: var(--soft-text);
--text-accent: var(--accent2-lite);
--text-accent-hover: var(--accent2);
--interactive-accent: var(--lite-accent);
--interactive-hover: var(--embed-bg);
--interactive-accent: var(--headers);
--interactive-accent-hover: var(--lite-accent);
--outer-bar:#eef3fd;
--side-bar: var(--note);
--dark-sidebar: #F1F7FF; /*Dark Sidebar*/
--f-icon: #A6B4CC; /*File*/
--folder: #99accf; /*Folder*/
--note: #f8fbff;
--headers: #6e7a92; /*Headings*/
--text: #76859c; /*Text*/
--soft-text: #90a0c3; /*Faint Text*/
--code-text: #8193b5; /*Code Text*/
--i-at: #8FAABE; /*<i></i>*/
--accent: #aebdd4; /*Accent*/
--lite-accent: #a6aec7; /*Lite Accent*/
--accent2: #404c62;
--accent2-lite: #000000; /*Lite Accent 2*/
--dark-accent: #EBF2F9; /*Dark Accent*/
--deep-dark-accent: #171C22; /*Deep Dark Accent*/
--inactive: #C0C8D6; /*Inactive*/
--table: #ccd6eb;
--tag: #7485a3;
--hr: #d6deea;
--embed-bg: var(--dark-sidebar);
--aside-bg: var(--dark-sidebar);
--sphd-pre-1: var(--lite-accent);
--sphd-pre-2: var(--folder);
--sphd-pre-3: var(--code-text);
--sphd-pre-4: var(--headers);
--sphd-pre-5: var(--accent2);
--sphd-pre-6: var(--deep-dark-accent);
--sphd-ed-1: var(--lite-accent);
--sphd-ed-2: var(--folder);
--sphd-ed-3: var(--code-text);
--sphd-ed-4: var(--headers);
--sphd-ed-5: var(--accent2);
--sphd-ed-6: var(--deep-dark-accent);
}