phash updates!
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-07-04 01:10:33 +02:00
parent 44763c3408
commit 729071817e
21 changed files with 2080 additions and 677 deletions
+10
View File
@@ -0,0 +1,10 @@
/* Fallback palette for when the wal-generated colors.css is absent.
colors.css loads after this file and overrides everything here. */
:root {
--background: #0f1017;
--foreground: #e3e2da;
--color1: #c9a227;
--color2: #b0552f;
--color3: #97742d;
--color4: #85902c;
}