forked from prradox/green-nightmare
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.css
More file actions
60 lines (48 loc) · 1.54 KB
/
Copy paththeme.css
File metadata and controls
60 lines (48 loc) · 1.54 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
59
60
/* Green Nightmare - Obsidian Theme */
.theme-dark {
--background-primary: #000000;
--background-primary-alt: #000000;
--background-secondary: #000000;
--background-secondary-alt: #000000;
--text-normal: #eeeeee;
--text-muted: #cccccc;
--text-faint: #cccccc;
--text-accent: #39ff14;
--text-on-accent: #000000;
--italic-color: #dddddd;
--bold-color: #ffffff;
--tag-color: #74c365;
--code-normal: #a8c090;
--link-color: #ace1af;
--link-decoration: underline;
--link-decoration-thickness: 1px;
--link-external-color: #568203;
--text-selection: #486e02;
--h1-color: #98fb98;
--h2-color: #50c878;
--h3-color: #a8e4a0;
--h4-color: #a9ba9d;
--h5-color: #9dc183;
--h6-color: #486e02;
--inline-title-color: #39ff14;
--tab-font-weight: 900;
--tab-text-color-focused-active-current: #39ff14;
--tab-text-weight-focused-active-current: 900;
--icon-color-focused: #39ff14;
--icon-color-hover: #39ff14;
--nav-item-color-hover: #39ff14;
--nav-item-color-active: #39ff14;
--nav-item-size: var(--font-ui-medium);
--nav-item-weight: 500;
--nav-item-weight-active: 900;
--nav-item-background-active: #000000;
--nav-file-tag: #f4ec9e;
--nav-indentation-guide-color: #5f6148;
--interactive-accent: #39ff14;
--scrollbar-thumb-bg: #39ff14;
--indentation-guide-color: #39ff14;
--indentation-guide-color-active: #39ff14;
--table-header-background: #2a2a2a;
--table-row-alt-background: #141414;
}
/* For more css snippets: https://github.com/zamsyt/obsidian-snippets/blob/main/Note%20color%20scheme.css */