-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.css
More file actions
58 lines (49 loc) · 1.17 KB
/
Copy paththeme.css
File metadata and controls
58 lines (49 loc) · 1.17 KB
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
.theme-dark{
--background-primary: #181a1b;
--background-secondary: #181a1b;
--background-secondary-alt: #181a1b;
--text-normal: #CCBA8D;
--text-muted: #CCBA8D;
--text-faint: #FF1493;
--text-accent: #32CD32;
--text-accent-hover: #FF5C8F;
--text-selection: #29502e;
--text-highlight-bg: #29502e;
}
.mod-active .workspace-tab-header.is-active .workspace-tab-header-inner-title ,
.is-focused .mod-active .workspace-tab-header.is-active .workspace-tab-header-inner-title{
color: #FF1493;
}
.markdown-preview-view a {
color: #32CD32;
}
.cm-header-1,
.cm-header-2,
.cm-header-3,
.cm-header-4,
.cm-header-5,
.cm-header-6,
.markdown-preview-view h1,
.markdown-preview-view h2,
.markdown-preview-view h3,
.markdown-preview-view h4,
.markdown-preview-view h5,
.markdown-preview-view h6,
.graph-view.color-fill,
.markdown-preview-view a:hover {
color: #FFD700;
}
.workspace-tab-header .workspace-tab-header-inner-title,
.graph-view.color-fill-unresolved,
.graph-view.color-arrow {
color: #CCBA8D;
}
.graph-view.color-line {
opacity: 0.7;
color: #2B8B98;
}
strong,
.cm-s-obsidian span.cm-formatting-strong,
.cm-s-obsidian span.cm-strong {
color: #9589e1;
}