diff options
Diffstat (limited to '.config/polybar/colors.ini')
-rw-r--r-- | .config/polybar/colors.ini | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.config/polybar/colors.ini b/.config/polybar/colors.ini index fb10e26..84c268e 100644 --- a/.config/polybar/colors.ini +++ b/.config/polybar/colors.ini @@ -1,9 +1,7 @@ [colors] mauve = #cba6f7 red = #f38ba8 -green = #a6e3a1 mantle = #181825 -teal = #94e2d5 peach = #fab387 background = #E611111b @@ -16,12 +14,13 @@ systray-bg = ${colors.background} module-color-0 = ${colors.mantle} module-color-1 = ${colors.mauve} -xwindow-fg = ${colors.module-color-0} +xwindow-fg = ${colors.module-color-1} +xwindow-bg = ${colors.background} ws-active-fg = ${colors.foreground-alt} ws-active-bg = ${colors.module-color-1} -ws-occupied-fg = ${colors.teal} +ws-occupied-fg = ${colors.module-color-1} ws-occupied-bg = ${colors.background} ws-empty-fg = ${colors.foreground-dull} @@ -73,3 +72,6 @@ batt-discharging-fg = ${colors.foreground-alt} batt-full-bg = ${colors.module-bg} batt-full-fg = ${colors.module-color-0} + +backlight-bg = ${colors.module-color-0} +backlight-fg = ${colors.foreground} |