Zsh und neue waybar hinzugefügt
This commit is contained in:
@@ -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" },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user