-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbase16-caroline.theme.css
54 lines (51 loc) · 1.92 KB
/
base16-caroline.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 caroline
* @author ed (https://codeberg.org/ed)
* @version 1.0.0
* @description base16 caroline theme generated from https://github.com/tinted-theming/schemes
**/
:root {
--base00: #1c1213; /* Black */
--base01: #3a2425; /* Bright Black */
--base02: #563837; /* Grey */
--base03: #6d4745; /* Brighter Grey */
--base04: #8b5d57; /* Bright Grey */
--base05: #a87569; /* White */
--base06: #c58d7b; /* Brighter White */
--base07: #e3a68c; /* Bright White */
--base08: #c24f57; /* Red */
--base09: #a63650; /* Orange */
--base0A: #f28171; /* Yellow */
--base0B: #806c61; /* Green */
--base0C: #6b6566; /* Cyan */
--base0D: #684c59; /* Blue */
--base0E: #a63650; /* Purple */
--base0F: #893f45; /* 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;
}