Zsh und neue waybar hinzugefügt

This commit is contained in:
2025-08-07 12:51:42 +02:00
parent db84803624
commit 3f55587e18
111 changed files with 2372 additions and 2887 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
static const char *colors[SchemeLast][2] = {
/* fg bg */
[SchemeNorm] = { "#f1c3bf", "#0f0d16" },
[SchemeSel] = { "#f1c3bf", "#98364A" },
[SchemeOut] = { "#f1c3bf", "#DA7C82" },
[SchemeNorm] = { "#c3c5c8", "#101725" },
[SchemeSel] = { "#c3c5c8", "#4C4D4F" },
[SchemeOut] = { "#c3c5c8", "#DC9548" },
};