summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-10-19 10:48:12 -0700
committerFuwn <[email protected]>2023-10-19 10:48:12 -0700
commitb5abe09468ac47cf3c7aede8d7b649a4722e75d1 (patch)
treeab6fcf38477f1b18d235e3b95f8d40891a4a01bf /css
parentfeat(css): update to current colours (diff)
downloadstartpage-b5abe09468ac47cf3c7aede8d7b649a4722e75d1.tar.xz
startpage-b5abe09468ac47cf3c7aede8d7b649a4722e75d1.zip
feat(css): update colours
Diffstat (limited to 'css')
-rw-r--r--css/colors.css40
1 files changed, 20 insertions, 20 deletions
diff --git a/css/colors.css b/css/colors.css
index a569118..d9bede2 100644
--- a/css/colors.css
+++ b/css/colors.css
@@ -1,28 +1,28 @@
/* CSS variables
Generated by 'wal' */
:root {
- --wallpaper: url("/home/fuwn/Downloads/nm297mnwue391.jpg");
+ --wallpaper: url("/home/fuwn/Pictures/Wallpapers/Anime/shinobu/3634518.jpg");
/* Special */
- --background: #0E171A;
- --foreground: #c8d4d9;
- --cursor: #c8d4d9;
+ --background: #150e0d;
+ --foreground: #efe3cb;
+ --cursor: #efe3cb;
/* Colors */
- --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;
+ --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;
}