-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbase16-black-metal-dark-funeral.theme.css
54 lines (51 loc) · 1.96 KB
/
base16-black-metal-dark-funeral.theme.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
/**
* @name base16 Black Metal (Dark Funeral)
* @author metalelf0 (https://github.com/metalelf0)
* @version 1.0.0
* @description base16 Black Metal (Dark Funeral) theme generated from https://github.com/tinted-theming/schemes
**/
:root {
--base00: #000000; /* Black */
--base01: #121212; /* Bright Black */
--base02: #222222; /* Grey */
--base03: #333333; /* Brighter Grey */
--base04: #999999; /* Bright Grey */
--base05: #c1c1c1; /* White */
--base06: #999999; /* Brighter White */
--base07: #c1c1c1; /* Bright White */
--base08: #5f8787; /* Red */
--base09: #aaaaaa; /* Orange */
--base0A: #5f81a5; /* Yellow */
--base0B: #d0dfee; /* Green */
--base0C: #aaaaaa; /* Cyan */
--base0D: #888888; /* Blue */
--base0E: #999999; /* Purple */
--base0F: #444444; /* Magenta */
--primary-630: var(--base00); /* Autocomplete background */
--primary-660: var(--base00); /* Search input background */
}
.theme-light, .theme-dark {
--search-popout-option-fade: none; /* Disable fade for search popout */
--bg-overlay-2: var(--base00); /* These 2 are needed for proper threads coloring */
--home-background: var(--base00);
--background-primary: var(--base00);
--background-secondary: var(--base01);
--background-secondary-alt: var(--base01);
--channeltextarea-background: var(--base01);
--background-tertiary: var(--base00);
--background-accent: var(--base0E);
--background-floating: var(--base01);
--background-modifier-selected: var(--base00);
--text-normal: var(--base05);
--text-secondary: var(--base00);
--text-muted: var(--base03);
--text-link: var(--base0C);
--interactive-normal: var(--base05);
--interactive-hover: var(--base0C);
--interactive-active: var(--base0A);
--interactive-muted: var(--base03);
--header-primary: var(--base06);
--header-secondary: var(--base03);
--scrollbar-thin-track: transparent;
--scrollbar-auto-track: transparent;
}