aboutsummaryrefslogtreecommitdiffstats
path: root/src/variables-dark.css
diff options
context:
space:
mode:
authorkj_sh6042026-02-14 12:39:43 -0500
committerkj_sh6042026-02-14 12:39:43 -0500
commit44e5a55736c4ff99d404441936b055483ed9c42d (patch)
treebf22343ade74a79f18b44ea39449903d7501e70d /src/variables-dark.css
fork: initial commit, derived from water.css (d950cbc)
Diffstat (limited to '')
-rwxr-xr-xsrc/variables-dark.css23
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);
+}