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 *colors[SchemeLast][2] = {
/* fg bg */
[SchemeNorm] = { "#f1c3bf", "#0f0d16" },
[SchemeSel] = { "#f1c3bf", "#98364A" },
[SchemeOut] = { "#f1c3bf", "#DA7C82" },
};