diff options
| author | kj_sh604 | 2026-02-14 12:39:43 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-02-14 12:39:43 -0500 |
| commit | 44e5a55736c4ff99d404441936b055483ed9c42d (patch) | |
| tree | bf22343ade74a79f18b44ea39449903d7501e70d /src/variables-dark.css | |
fork: initial commit, derived from water.css (d950cbc)
Diffstat (limited to 'src/variables-dark.css')
| -rwxr-xr-x | src/variables-dark.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/variables-dark.css b/src/variables-dark.css new file mode 100755 index 0000000..3b1b800 --- /dev/null +++ b/src/variables-dark.css @@ -0,0 +1,23 @@ +:root { + --background-body: #202b38; + --background: #161f27; + --background-alt: #1a242f; + --selection: #1c76c5; + --text-main: #dbdbdb; + --text-bright: #fff; + --text-muted: #a9b1ba; + --links: #41adff; + --focus: #0096bfab; + --border: #526980; + --code: #ffbe85; + --animation-duration: 0.1s; + --button-base: #0c151c; + --button-hover: #040a0f; + --scrollbar-thumb: var(--button-hover); + --scrollbar-thumb-hover: color-mod(var(--scrollbar-thumb) lightness(-30%)); + --form-placeholder: #a9a9a9; + --form-text: #fff; + --variable: #d941e2; + --highlight: #efdb43; + --select-arrow: svg-load('./assets/select-arrow.svg', fill: #efefef); +} |
