forked from SlRvb/Obsidian--ITS-Theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Theme - Drowned.css
145 lines (123 loc) · 3.91 KB
/
Theme - Drowned.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
/*----Theme: Drowned----*/
.theme-dark, .theme-light {
--hr-sym: "\f1cd";
--hr-f: var(--mdi);
}
.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);
--text-normal: var(--text);
--text-muted: var(--soft-text);
--text-accent: var(--accent2-lite);
--text-accent-hover: var(--accent2);
--interactive-normal: var(--accent);
--interactive-hover: var(--embed-bg);
--interactive-accent: var(--accent);
--interactive-accent-hover: var(--lite-accent);
--side-bar: var(--note);
--outer-bar: #0b0f13;
--note: #1a1e24;
--text: #bccad8;
--headers: #399F94;
--file: #71a6b7;
--code-text: #72cdd0;
--i-at: #5EBFA9;
--f-icon: #204c5d;
--folder: #58c8e0;
--slide-shadow: rgba(0,74,63,0.08);
--hr: #0f465d;
--tag: #1A5753;
--accent: #378876;
--lite-accent: #6CE0D3;
--accent2: #5cb2d6;
--accent2-lite: #49d8e2;
--dark-accent: #216565;
--deep-dark-accent: #103F3D;
--inactive: #2b5b77;
--td: rgba(6,12,12,0.38);
--lines: #1e4765;
--bg: #1e2f33;
--table: #2b4448;
--text-highlight-bg: rgba(60,168,131,0.25);
--text-highlight-bg-active: rgba(115,253,190,0.25);
--background-modifier-form-field-highlighted: rgba(52,237,181,0.13);
--text-selection: rgba(23,77,59,0.27);
--td: rgba(6,11,12,0.38);
--graph-lines: #04303d;
--sphd-pre-1: var(--headers);
--sphd-pre-2: var(--accent);
--sphd-pre-3: var(--inactive);
--sphd-pre-4: var(--f-icon);
--sphd-pre-5: var(--table);
--sphd-pre-6: var(--code-bg);
--sphd-ed-1: var(--headers);
--sphd-ed-2: var(--accent);
--sphd-ed-3: var(--inactive);
--sphd-ed-4: var(--f-icon);
--sphd-ed-5: var(--table);
--sphd-ed-6: var(--code-bg);
}
.theme-light {
--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);
--text-normal: var(--text);
--text-muted: var(--soft-text);
--text-accent: var(--accent2-lite);
--text-on-accent: var(--note);
--text-accent-hover: var(--accent2);
--interactive-normal: var(--accent);
--interactive-hover: var(--embed-bg);
--interactive-accent: var(--headers);
--interactive-accent-hover: var(--lite-accent);
--side-bar: var(--note);
--outer-bar: #eef3fd;
--note: #f8fbff;
--text: #697580;
--soft-text: #4ED0B8;
--headers: #40B1A4;
--file: #7EA3A2;
--code-text: #69cfd2;
--i-at: #43C1AE;
--footnote: #89A09E;
--f-icon: #A6DED8;
--folder: #a1d9ff;
--dark-sidebar: #e8f9f7;
--embed-bg: #f1f5ff;
--hr: #D6EAE9;
--lines: #b8e5e7;
--tag: #49b99d;
--accent: #43C1A5;
--lite-accent: #51a38e;
--accent2: #D6EAE3;
--accent2-lite: #75c8b9;
--dark-accent: #def7f5;
--deep-dark-accent: #102F26;
--inactive: #A6DED4;
--table: #CCEBE2;
--fg: #2E918A;
--bg: var(--table);
--text-highlight-bg: rgba(129,199,194,0.25);
--text-highlight-bg-active: rgba(115,253,227,0.25);
--background-modifier-form-field-highlighted: rgba(131,240,207,0.13);
--text-selection: rgba(149,229,220,0.22);
--td: rgba(145, 212, 199, 0.27);
--slide-shadow: rgba(0,74,52,0.08);
--sphd-pre-1: var(--code-text);
--sphd-pre-2: var(--accent2-lite);
--sphd-pre-3: var(--accent);
--sphd-pre-4: var(--lite-accent);
--sphd-pre-5: var(--fg);
--sphd-pre-6: var(--deep-dark-accent);
--sphd-ed-1: var(--code-text);
--sphd-ed-2: var(--accent2-lite);
--sphd-ed-3: var(--headers);
--sphd-ed-4: var(--lite-accent);
--sphd-ed-5: var(--fg);
--sphd-ed-6: var(--deep-dark-accent);
}