Change summary
dot_config/polybar/config.ini.tmpl | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Detailed changes
@@ -1,11 +1,11 @@
[colors]
background = ${xrdb:background}
-background-alt = ${xrdb:color8}
+background-alt = ${xrdb:color13}
foreground = ${xrdb:foreground}
-foreground-alt = ${xrdb:color4}
-primary = ${xrdb:color12}
+foreground-alt = ${xrdb:color0}
+primary = ${xrdb:color1}
secondary = ${xrdb:color11}
-alert = ${xrdb:color4}
+alert = ${xrdb:color3}
[bar/top]
width = 100%
@@ -104,7 +104,7 @@ label-visible-padding = ${self.label-focused-padding}
; urgent = Workspace with urgency hint set
label-urgent = %index%
label-urgent-background = ${colors.alert}
-label-urgent-foreground = ${colors.foreground}
+label-urgent-foreground = ${colors.foreground-alt}
label-urgent-underline = ${colors.foreground}
label-urgent-padding = 1