-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbase16-edge-light.theme.css
54 lines (51 loc) · 1.93 KB
/
base16-edge-light.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 Edge Light
* @author cjayross (https://github.com/cjayross)
* @version 1.0.0
* @description base16 Edge Light theme generated from https://github.com/tinted-theming/schemes
**/
:root {
--base00: #fafafa; /* Black */
--base01: #7c9f4b; /* Bright Black */
--base02: #d69822; /* Grey */
--base03: #5e646f; /* Brighter Grey */
--base04: #6587bf; /* Bright Grey */
--base05: #5e646f; /* White */
--base06: #b870ce; /* Brighter White */
--base07: #5e646f; /* Bright White */
--base08: #db7070; /* Red */
--base09: #db7070; /* Orange */
--base0A: #d69822; /* Yellow */
--base0B: #7c9f4b; /* Green */
--base0C: #509c93; /* Cyan */
--base0D: #6587bf; /* Blue */
--base0E: #b870ce; /* Purple */
--base0F: #509c93; /* 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;
}