added Pywal base files

This commit is contained in:
zaske
2025-07-13 21:22:04 +02:00
parent 9abffecf31
commit c638dec5c5
29 changed files with 958 additions and 2 deletions
+28
View File
@@ -0,0 +1,28 @@
/* CSS variables
Generated by 'wal' */
:root {
--wallpaper: url("/home/Zaske/Images/red_mountain.jpg");
/* Special */
--background: #0f0d16;
--foreground: #f1c3bf;
--cursor: #f1c3bf;
/* Colors */
--color0: #0f0d16;
--color1: #98364A;
--color2: #C6394B;
--color3: #A84859;
--color4: #DE5F67;
--color5: #F3877C;
--color6: #DA7C82;
--color7: #f1c3bf;
--color8: #a88885;
--color9: #98364A;
--color10: #C6394B;
--color11: #A84859;
--color12: #DE5F67;
--color13: #F3877C;
--color14: #DA7C82;
--color15: #f1c3bf;
}