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
+6
View File
@@ -0,0 +1,6 @@
static const char* selbgcolor = "#0f0d16";
static const char* selfgcolor = "#f1c3bf";
static const char* normbgcolor = "#C6394B";
static const char* normfgcolor = "#f1c3bf";
static const char* urgbgcolor = "#98364A";
static const char* urgfgcolor = "#f1c3bf";