aboutsummaryrefslogtreecommitdiffstats
path: root/.config/polybar/colors.ini
diff options
context:
space:
mode:
Diffstat (limited to '.config/polybar/colors.ini')
-rw-r--r--.config/polybar/colors.ini79
1 files changed, 79 insertions, 0 deletions
diff --git a/.config/polybar/colors.ini b/.config/polybar/colors.ini
new file mode 100644
index 0000000..6272c96
--- /dev/null
+++ b/.config/polybar/colors.ini
@@ -0,0 +1,79 @@
+[colors]
+mauve = #cba6f7
+red = #f38ba8
+mantle = #181825
+peach = #fab387
+
+background = #E611111b
+background-solid = #11111b
+foreground = ${colors.mauve}
+foreground-alt = #11111b
+foreground-dull = #6c7086
+
+systray-bg = ${colors.background-solid}
+systray-fg = ${colors.foreground}
+
+module-color-0 = ${colors.mantle}
+module-color-1 = ${colors.mauve}
+
+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.module-color-1}
+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}
+
+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.red}
+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.mauve}
+batt-charging-fg = ${colors.foreground-alt}
+
+batt-discharging-bg = ${colors.peach}
+batt-discharging-fg = ${colors.foreground-alt}
+
+batt-low-bg = ${colors.red}
+batt-low-fg = ${colors.foreground-alt}
+
+batt-full-bg = ${colors.background}
+batt-full-fg = ${colors.module-color-0}
+
+backlight-bg = ${colors.module-color-0}
+backlight-fg = ${colors.foreground}