From 99f498428310f37ab2cffb5c33a9231d9fca7cd1 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Sun, 27 Aug 2023 21:56:16 +1000 Subject: [PATCH] polybar: switched to One Dark colours --- .config/polybar/config.ini | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index a30434f..c0f45c7 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -17,13 +17,16 @@ ;========================================================== [colors] -background = #282A2E -background-alt = #373B41 -foreground = #C5C8C6 -primary = #F0C674 -secondary = #8ABEB7 -alert = #A54242 -disabled = #707880 +background = #282C34 +background-alt = #282C34 +foreground = #98C379 +foreground-alt = #C678DD +primary = #C678DD +secondary = #E5C07B +alert = #E06C75 +disabled = #ABB2BF +separator = #61AFEF +windowTitle = #56B6C2 [bar/myBar] width = 100% @@ -45,7 +48,7 @@ padding = 2 module-margin = 1 separator = | -separator-foreground = ${colors.disabled} +separator-foreground = ${colors.separator} font-0 = Open Sans:size=10;2 @@ -68,6 +71,7 @@ type = internal/xworkspaces label-active = %name% label-active-background = ${colors.background-alt} +label-active-foreground = ${colors.foreground-alt} label-active-underline= ${colors.primary} label-active-padding = 1 @@ -90,6 +94,7 @@ label-empty-padding = 1 [module/xwindow] type = internal/xwindow label = %title:0:60:...% +label-foreground = ${colors.windowTitle} [module/filesystem] type = internal/fs