diff options
author | listout <listout@protonmail.com> | 2022-01-09 22:59:51 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-01-09 22:59:51 +0530 |
commit | cf78c4a7983d829e1b5e28d72bbbe08e0b358d11 (patch) | |
tree | fbb1b85f03d4dcfcd1d901632de3fb38042871eb /.config | |
parent | e2e0adacee99dcb79179d4c1d25bfcedbbec36eb (diff) |
changed focused, occupied and empty workspace color
Diffstat (limited to '.config')
-rw-r--r-- | .config/polybar/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index ee8a32d..d4ea4ae 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -157,9 +157,9 @@ label-occupied-padding=2 label-empty=%name% label-empty-padding=2 -label-focused-foreground = #e6e6f1 +label-focused-foreground = #f6bbe7 label-focused-background = #2c2e3e -label-occupied-foreground = #708190 +label-occupied-foreground = #a3ccad label-occupied-background = #2c2e3e label-empty-foreground = #cddbf9 label-empty-background = #2c2e3e |