diff options
Diffstat (limited to '.config/polybar/colors.ini')
-rw-r--r-- | .config/polybar/colors.ini | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/.config/polybar/colors.ini b/.config/polybar/colors.ini index 84c268e..7a27d76 100644 --- a/.config/polybar/colors.ini +++ b/.config/polybar/colors.ini @@ -5,11 +5,13 @@ mantle = #181825 peach = #fab387 background = #E611111b +background-solid = #11111b foreground = ${colors.mauve} foreground-alt = #11111b foreground-dull = #6c7086 -systray-bg = ${colors.background} +systray-bg = ${colors.background-solid} +systray-fg = ${colors.foreground} module-color-0 = ${colors.mantle} module-color-1 = ${colors.mauve} @@ -32,9 +34,6 @@ ws-urgent-bg = ${colors.red} time-fg = ${colors.foreground-alt} time-bg = ${colors.module-color-1} -uptime-fg = ${colors.module-color-1} -uptime-bg = ${colors.module-bg} - ethernet-fg = ${colors.foreground} ethernet-bg = ${colors.module-color-0} @@ -64,13 +63,13 @@ vol-bg = ${colors.mauve} vol-fg-alt = ${colors.foreground-alt} vol-bg-alt = ${colors.peach} -batt-charging-bg = ${colors.green} +batt-charging-bg = ${colors.mauve} batt-charging-fg = ${colors.foreground-alt} batt-discharging-bg = ${colors.peach} batt-discharging-fg = ${colors.foreground-alt} -batt-full-bg = ${colors.module-bg} +batt-full-bg = ${colors.background} batt-full-fg = ${colors.module-color-0} backlight-bg = ${colors.module-color-0} |