summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-09-27 16:41:28 -0700
committerFuwn <[email protected]>2023-09-27 16:41:28 -0700
commit44c4f1145f228431fb3d5b2c71b828842e13eff1 (patch)
treed70529cdf4fdbaf6d817d00bd2ddcf728576e288
parentfeat(css): update to wal (diff)
downloadstartpage-44c4f1145f228431fb3d5b2c71b828842e13eff1.tar.xz
startpage-44c4f1145f228431fb3d5b2c71b828842e13eff1.zip
feat(css): update to current colours
-rw-r--r--css/colors.css40
1 files changed, 20 insertions, 20 deletions
diff --git a/css/colors.css b/css/colors.css
index 01ac122..a569118 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/Git/dharmx/walls/manga/uwp3056667.jpeg");
+ --wallpaper: url("/home/fuwn/Downloads/nm297mnwue391.jpg");
/* Special */
- --background: #000000;
- --foreground: #f4f4f4;
- --cursor: #f4f4f4;
+ --background: #0E171A;
+ --foreground: #c8d4d9;
+ --cursor: #c8d4d9;
/* Colors */
- --color0: #000000;
- --color1: #868686;
- --color2: #959595;
- --color3: #B1B1B1;
- --color4: #D0D0D0;
- --color5: #E8E8E8;
- --color6: #F4F4F4;
- --color7: #f4f4f4;
- --color8: #aaaaaa;
- --color9: #868686;
- --color10: #959595;
- --color11: #B1B1B1;
- --color12: #D0D0D0;
- --color13: #E8E8E8;
- --color14: #F4F4F4;
- --color15: #f4f4f4;
+ --color0: #0E171A;
+ --color1: #556162;
+ --color2: #536A71;
+ --color3: #847E6E;
+ --color4: #637A84;
+ --color5: #73888D;
+ --color6: #92A4A8;
+ --color7: #c8d4d9;
+ --color8: #8c9497;
+ --color9: #556162;
+ --color10: #536A71;
+ --color11: #847E6E;
+ --color12: #637A84;
+ --color13: #73888D;
+ --color14: #92A4A8;
+ --color15: #c8d4d9;
}