diff options
Diffstat (limited to 'public/css/colorschemes/shel.css')
-rw-r--r-- | public/css/colorschemes/shel.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/public/css/colorschemes/shel.css b/public/css/colorschemes/shel.css new file mode 100644 index 0000000..6ea4e5d --- /dev/null +++ b/public/css/colorschemes/shel.css @@ -0,0 +1,13 @@ +:root { + --background: #2C2423; + --background-secondary: #918988; + --foreground: #F5EEEC; + --links: #2C64A2; + --warning: #ff7272; + --warning-box-bg: #f64a3c; + --warning-box-border: #c81a11; +} + +html { + color-scheme: dark; +} |