diff options
| author | Fuwn <[email protected]> | 2023-09-12 19:46:10 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-12 19:46:29 -0700 |
| commit | 759b077631f9562dfa71ce249fea4dfcae6108ca (patch) | |
| tree | dc7994e0bb3a49ca178ced99a0f478bab837458b /css/colors.css | |
| parent | refactor(css): class names (diff) | |
| download | startpage-759b077631f9562dfa71ce249fea4dfcae6108ca.tar.xz startpage-759b077631f9562dfa71ce249fea4dfcae6108ca.zip | |
refactor(css): move directory
Diffstat (limited to 'css/colors.css')
| -rw-r--r-- | css/colors.css | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/css/colors.css b/css/colors.css new file mode 100644 index 0000000..f6ebb4d --- /dev/null +++ b/css/colors.css @@ -0,0 +1,28 @@ +/* CSS variables + Generated by 'wal' */ +:root { + --wallpaper: url("/home/fuwn/Downloads/ol0svyx4zgqa1.jpg"); + + /* Special */ + --background: #1b1219; + --foreground: #cfc6db; + --cursor: #cfc6db; + + /* Colors */ + --color0: #1b1219; + --color1: #6D5697; + --color2: #986B97; + --color3: #BF7C91; + --color4: #8D6EAD; + --color5: #BE9484; + --color6: #A386B6; + --color7: #cfc6db; + --color8: #908a99; + --color9: #6D5697; + --color10: #986B97; + --color11: #BF7C91; + --color12: #8D6EAD; + --color13: #BE9484; + --color14: #A386B6; + --color15: #cfc6db; +} |