-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbase16-dirtysea.theme.css
54 lines (51 loc) · 1.91 KB
/
base16-dirtysea.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 dirtysea
* @author Kahlil (Kal) Hodgson
* @version 1.0.0
* @description base16 dirtysea theme generated from https://github.com/tinted-theming/schemes
**/
:root {
--base00: #e0e0e0; /* Black */
--base01: #d0dad0; /* Bright Black */
--base02: #d0d0d0; /* Grey */
--base03: #707070; /* Brighter Grey */
--base04: #202020; /* Bright Grey */
--base05: #000000; /* White */
--base06: #f8f8f8; /* Brighter White */
--base07: #c4d9c4; /* Bright White */
--base08: #840000; /* Red */
--base09: #006565; /* Orange */
--base0A: #755b00; /* Yellow */
--base0B: #730073; /* Green */
--base0C: #755b00; /* Cyan */
--base0D: #007300; /* Blue */
--base0E: #000090; /* Purple */
--base0F: #755b00; /* 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;
}