forked from SlRvb/Obsidian--ITS-Theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTheme - SlRvb Blue.css
178 lines (153 loc) · 5.49 KB
/
Theme - SlRvb Blue.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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
/*----Theme: SlRvb Blue----*/
.theme-light,
.theme-dark {
--font: 'Recursive Sans Linear Static Black', 'Oleo Script', 'Calisto MT'; /*Works, but if it doesn't, needs !important*/
--font-monospace: "Fira Code";
}
.theme-dark {
--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(41, 57, 90, 0.48); /*Searched Highlight Color*/
--background-modifier-error-rgb: 54, 70, 105; /*??*/
--text-highlight-bg: rgba(60, 102, 168, 0.4); /*Text highlights*/
--text-highlight-bg-active: rgba(0, 137, 255, 0.4); /*??*/
--text-selection: rgba(34, 71, 114, 0.25); /*Cursor dragged highlights*/
--interactive-normal: var(--accent); /*Button Color*/
--interactive-hover: var(--embed-bg);/*Button Color*/
--interactive-accent: var(--accent); /*Workspace Note Title Underline*/
--interactive-accent-rgb: 60, 102, 168; /*Publish item select*/
--interactive-accent-hover: #29395a; /*Menu Button Hover*/
--interactive-success: #197300; /*??*/
--text-normal: var(--text);
--text-muted: var(--soft-text);
--text-accent: var(--accent2-lite);
--text-accent-hover: var(--accent2);
--interactive-accent: var(--lite-accent);
/*--DEFAULT VARIABLES--*/
/*Compatibility Color Recoloring*/
--deep-dark-accent: #1f283b /*#2f1010*/;
--dark-accent: #293e64 /*#53201F*/;
--lite-accent: #6ca6e0;
--accent: #394d64/*#c14343*/;
--accent2: #4c78cc;
--accent2-lite: #4c87cc;
--bg: #252c36;
--fg: #cfd7dd;
--side-bar: var(--note);
--outer-bar: #0e0f15;
--dark-sidebar: #10161d;
--inactive: #586477;
--file: #aab3ca;
--folder: #63748d;
--f-hover: var(--accent);
--lines: #465164;
--note: #1a1e24 /*#0d131c*/;
--text: #778495 /*#bccad8*/;
--headers: #2b61aa;
--soft-text: #6d7a9b/*#d04e4e*/;
--code-bg: #232831;
--code-text: slategray;
--embed-bg: var(--dark-sidebar);
--footnote: #6e7e89;
--th: var(--dark-accent);
--td: #030a1495;
--tag: var(--dark-accent);
--table: #283846;
--hr: #3c5274;
--i-at: #5d7b98;
--graph-bg: var(--dark-sidebar);
--graph-lines: var(--dark-accent);
--graph-node: var(--fg);
--graph-fill: var(--headers);
--graph-404: #727e93;
--graph-img: var(--accent2) /*#ff86be*/;
--graph-tag: var(--headers);
--sphd-pre-1: var(--accent2);
--sphd-pre-2: var(--headers);
--sphd-pre-3: var(--dark-accent);
--sphd-pre-4: var(--deep-dark-accent);
--sphd-pre-5: var(--accent);
--sphd-pre-6: var(--soft-text);
--sphd-ed-1: var(--accent2);
--sphd-ed-2: var(--headers);
--sphd-ed-3: var(--dark-accent);
--sphd-ed-4: var(--deep-dark-accent);
--sphd-ed-5: var(--accent);
--sphd-ed-6: var(--soft-text);
}
.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, 190, 240, 0.22); /*Search Bar Active Highlight*/
--background-modifier-error-rgb: 131, 190, 240; /*Ctrl F Search Background*/
--background-modifier-error-hover: #470000; /*??*/
--background-modifier-cover: var(--deep-dark-accent); /*Obsidian Title Bar*/
--text-highlight-bg: rgba(129, 172, 199, 0.4); /*Text highlights*/
--text-highlight-bg-active: rgba(115, 184, 253, 0.4); /*Search Highlight*/
--text-selection: rgba(149, 195, 229, 0.37); /*Cursor dragged highlights*/
--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);
/*--DEFAULT VARIABLES--*/
--deep-dark-accent: #101b2f;
--dark-accent: #edf4ff;
--lite-accent: #5174a3;
--accent: #64a0db;
--accent2: #4c78cc;
--accent2-lite: #5599d0;
--bg: #dde4ef;
--fg: #025d9f;
--side-bar: var(--note);
--outer-bar: #eef3fd;
--dark-sidebar: var(--embed-bg);
--inactive: #a6bbde /*#91a3c1*/;
--file: #8897b4;
--folder: #6da5ce;
--f-hover: #3685e0;
--lines: #b5c2d8;
--headers: #4378c1;
--note: #f8fbff;
--text: #667e95;
--soft-text: #4e99d0;
--code-bg: #eef6ff;
--code-text: #4296ea;
--embed-bg: #f1f5ff /*#ebf1f8*/;
--aside-bg: var(--dark-sidebar);
--footnote: #8996a0;
--th: #587aa8;
--td: #d0ddef62;
--tag: #5885b2;
--table: #ccd6eb;
--hr: #d6deea;
--i-at: var(--headers)/*#804848*/;
--graph-bg: var(--note);
--graph-lines: #e4e7f8;
--graph-node: var(--headers);
--graph-fill: #2e5db2;
--graph-404: #727e93;
--graph-img: var(--accent2) /*#5469de*/;
--graph-tag: #000000;
--sphd-pre-1: var(--accent);
--sphd-pre-2: var(--headers);
--sphd-pre-3: var(--th);
--sphd-pre-4: var(--text);
--sphd-pre-5: var(--file);
--sphd-pre-6: var(--inactive);
--sphd-ed-1: var(--accent);
--sphd-ed-2: var(--headers);
--sphd-ed-3: var(--th);
--sphd-ed-4: var(--text);
--sphd-ed-5: var(--file);
--sphd-ed-6: var(--inactive);
}