diff options
| author | Fuwn <[email protected]> | 2024-03-29 04:18:09 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-03-29 04:18:09 -0700 |
| commit | ada3aea6a167e7461c898bafdf45e03470a621b7 (patch) | |
| tree | 50290f16089c953eaf10405f25c6a2ea172d2bfe /css/colors.css | |
| parent | feat(css): update (diff) | |
| download | startpage-main.tar.xz startpage-main.zip | |
Diffstat (limited to 'css/colors.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 4b2acbd..076f711 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/__juufuutei_raden_hololive_and_1_more_drawn_by_hz_helu_2__1ab211b2e3a457d9d53e0f4e740f4b1d.jpg"); + --wallpaper: url("/home/fuwn/Pictures/4chan/Pictures from Japan - August 2023 - Part 2 - The Dregs/wg/8021393/1699374128209802.jpg"); /* Special */ - --background: #14100c; - --foreground: #d6d5d9; - --cursor: #d6d5d9; + --background: #0c0d0d; + --foreground: #d8d6d2; + --cursor: #d8d6d2; /* Colors */ - --color0: #14100c; - --color1: #9C8872; - --color2: #C49B76; - --color3: #757E84; - --color4: #A79E96; - --color5: #CEB5A2; - --color6: #DBC6B6; - --color7: #d6d5d9; - --color8: #959597; - --color9: #9C8872; - --color10: #C49B76; - --color11: #757E84; - --color12: #A79E96; - --color13: #CEB5A2; - --color14: #DBC6B6; - --color15: #d6d5d9; + --color0: #0c0d0d; + --color1: #5A645F; + --color2: #6C6C73; + --color3: #959470; + --color4: #737687; + --color5: #7A8480; + --color6: #9C9BA1; + --color7: #d8d6d2; + --color8: #979593; + --color9: #5A645F; + --color10: #6C6C73; + --color11: #959470; + --color12: #737687; + --color13: #7A8480; + --color14: #9C9BA1; + --color15: #d8d6d2; } |