diff options
| author | Fuwn <[email protected]> | 2023-11-06 15:32:50 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-11-06 15:32:50 -0800 |
| commit | 7d7855f5b70b7fadebbcaa41a4223bb70ed74975 (patch) | |
| tree | 11a1429b0d54dc4fe08f349fc29f00a42c8366c5 /css | |
| parent | feat(css): update (diff) | |
| download | startpage-7d7855f5b70b7fadebbcaa41a4223bb70ed74975.tar.xz startpage-7d7855f5b70b7fadebbcaa41a4223bb70ed74975.zip | |
feat(css): update
Diffstat (limited to 'css')
| -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 d9bede2..358fc7f 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/shinobu/3634518.jpg"); + --wallpaper: url("/home/fuwn/Pictures/Wallpapers/Anime/762799.jpg"); /* Special */ - --background: #150e0d; - --foreground: #efe3cb; - --cursor: #efe3cb; + --background: #0C161A; + --foreground: #cbd4d7; + --cursor: #cbd4d7; /* Colors */ - --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; + --color0: #0C161A; + --color1: #698D97; + --color2: #6D9AA7; + --color3: #71A7B4; + --color4: #73B7C7; + --color5: #77C2D1; + --color6: #97A0A4; + --color7: #cbd4d7; + --color8: #8e9496; + --color9: #698D97; + --color10: #6D9AA7; + --color11: #71A7B4; + --color12: #73B7C7; + --color13: #77C2D1; + --color14: #97A0A4; + --color15: #cbd4d7; } |