blob: 6cc69205264b846f134ce705b7f0a9b5cc9779c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
:root {
--background-body: #1a1a1e;
--background: #141417;
--background-alt: #1e1e22;
--selection: #3a3a42;
--text-main: #cbced5;
--text-bright: #e7e8ec;
--text-muted: #a0a6b2;
--links: #7d9bc5;
--focus: #a0a6b2ab;
--border: #3a3d44;
--code: #cbced5;
--animation-duration: 0.0s;
--button-base: #111114;
--button-hover: #0a0a0d;
--scrollbar-thumb: var(--button-hover);
--scrollbar-thumb-hover: color-mod(var(--scrollbar-thumb) lightness(-30%));
--form-placeholder: #6e7179;
--form-text: #e7e8ec;
--variable: #a6b2a0;
--highlight: #3a3d44;
--select-arrow: svg-load('./assets/select-arrow.svg', fill: #cbced5);
}
|