summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorAdam M. Stück <adam@adast.xyz>2023-02-03 23:52:23 +0100
committerAdam M. Stück <adam@adast.xyz>2023-02-03 23:52:23 +0100
commitd30a45de9a948d08a35f5e009876a535891b033c (patch)
tree2a6f0268f6fe0dab8ffd577a21748c93fda95788 /.config
parenta1bb4b6974124f9a0daeae53d0e1fc3d57ad7c88 (diff)
polybar: minor colour change
GREEN
Diffstat (limited to '.config')
-rw-r--r--.config/polybar/config.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini
index 969f4cb..204fd42 100644
--- a/.config/polybar/config.ini
+++ b/.config/polybar/config.ini
@@ -11,8 +11,8 @@ black = #000
white = #FFF
gray = #99a0ba
alert = #bd2c40
-focused-bg = #254183
-unfocused-bg = #2c2c39
+focused-bg = #92ba74
+unfocused-bg = #2f333c
visible-bg = #182858
[bar/bar1]
@@ -69,7 +69,7 @@ label-mode-background = ${colors.purple}
label-mode-foreground = ${colors.black}
label-focused-background = ${colors.focused-bg}
-label-focused-foreground = ${colors.yellow}
+label-focused-foreground = ${colors.unfocused-bg}
label-unfocused-background = ${colors.unfocused-bg}
label-visible-background = ${colors.visible-bg}