diff options
Diffstat (limited to '.config/polybar/colors.ini')
-rw-r--r-- | .config/polybar/colors.ini | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/.config/polybar/colors.ini b/.config/polybar/colors.ini new file mode 100644 index 0000000..fb10e26 --- /dev/null +++ b/.config/polybar/colors.ini @@ -0,0 +1,75 @@ +[colors] +mauve = #cba6f7 +red = #f38ba8 +green = #a6e3a1 +mantle = #181825 +teal = #94e2d5 +peach = #fab387 + +background = #E611111b +foreground = ${colors.mauve} +foreground-alt = #11111b +foreground-dull = #6c7086 + +systray-bg = ${colors.background} + +module-color-0 = ${colors.mantle} +module-color-1 = ${colors.mauve} + +xwindow-fg = ${colors.module-color-0} + +ws-active-fg = ${colors.foreground-alt} +ws-active-bg = ${colors.module-color-1} + +ws-occupied-fg = ${colors.teal} +ws-occupied-bg = ${colors.background} + +ws-empty-fg = ${colors.foreground-dull} +ws-empty-bg = ${colors.background} + +ws-urgent-fg = ${colors.foreground-alt} +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} + +wifi-fg = ${colors.ethernet-fg} +wifi-bg = ${colors.ethernet-bg} + +fs-root-fg = ${colors.foreground-alt} +fs-root-bg = ${colors.module-color-1} + +fs-home-fg = ${colors.foreground} +fs-home-bg = ${colors.module-color-0} + +cpu-fg = ${colors.foreground-alt} +cpu-bg = ${colors.module-color-1} + +temp-fg = ${colors.foreground} +temp-bg = ${colors.module-color-0} +temp-warn-fg = ${colors.temp-fg} +temp-warn-bg = ${colors.module-color-0} + +mem-fg = ${colors.foreground-alt} +mem-bg = ${colors.module-color-1} + +vol-fg = ${colors.foreground-alt} +vol-bg = ${colors.mauve} + +vol-fg-alt = ${colors.foreground-alt} +vol-bg-alt = ${colors.peach} + +batt-charging-bg = ${colors.green} +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-fg = ${colors.module-color-0} |