From d30a45de9a948d08a35f5e009876a535891b033c Mon Sep 17 00:00:00 2001 From: "Adam M. Stück" Date: Fri, 3 Feb 2023 23:52:23 +0100 Subject: polybar: minor colour change GREEN --- .config/polybar/config.ini | 6 +++--- 1 file 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} -- cgit v1.2.3-70-g09d2