diff options
| author | Fuwn <[email protected]> | 2023-11-05 00:55:01 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-11-05 00:55:01 -0700 |
| commit | 71fe74ddfcbbe0adcd758f6b0e2fed5727d18432 (patch) | |
| tree | ab6fcf38477f1b18d235e3b95f8d40891a4a01bf | |
| parent | feat(css): update (diff) | |
| download | startpage-71fe74ddfcbbe0adcd758f6b0e2fed5727d18432.tar.xz startpage-71fe74ddfcbbe0adcd758f6b0e2fed5727d18432.zip | |
feat(css): update
| -rw-r--r-- | css/colors.css | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/css/colors.css b/css/colors.css index 03f045d..d9bede2 100644 --- a/css/colors.css +++ b/css/colors.css @@ -1,28 +1,28 @@ /* CSS variables Generated by 'wal' */ :root { - --wallpaper: url("/home/fuwn/Pictures/Wallpapers/Anime/xyhx7EA.png"); + --wallpaper: url("/home/fuwn/Pictures/Wallpapers/Anime/shinobu/3634518.jpg"); /* Special */ - --background: #0d080d; - --foreground: #e9dfe0; - --cursor: #e9dfe0; + --background: #150e0d; + --foreground: #efe3cb; + --cursor: #efe3cb; /* Colors */ - --color0: #0d080d; - --color1: #C85759; - --color2: #8E7A81; - --color3: #927B84; - --color4: #A8949B; - --color5: #D2A7A9; - --color6: #C9B9C3; - --color7: #e9dfe0; - --color8: #a39c9c; - --color9: #C85759; - --color10: #8E7A81; - --color11: #927B84; - --color12: #A8949B; - --color13: #D2A7A9; - --color14: #C9B9C3; - --color15: #e9dfe0; + --color0: #150e0d; + --color1: #D8A16E; + --color2: #3C5A81; + --color3: #5F6E82; + --color4: #808084; + --color5: #A09586; + --color6: #D2B38B; + --color7: #efe3cb; + --color8: #a79e8e; + --color9: #D8A16E; + --color10: #3C5A81; + --color11: #5F6E82; + --color12: #808084; + --color13: #A09586; + --color14: #D2B38B; + --color15: #efe3cb; } |