diff --git a/hm_modules/polybar.nix b/hm_modules/polybar.nix index 96961db..3e6e0dc 100644 --- a/hm_modules/polybar.nix +++ b/hm_modules/polybar.nix @@ -32,13 +32,12 @@ let active = { foreground = colorPalette.bright.white; background = color.setAlphaRgba alpha (colorPalette.normal.black); - underline = colorPalette.bright.blue; + underline = colorPalette.normal.yellow; }; selected = { foreground = colorPalette.bright.white; - background = color.setAlphaRgba alpha - (color.brighten 10 colorPalette.bright.black); + background = color.setAlphaRgba alpha (color.brighten 10 colorPalette.bright.black); underline = colorPalette.bright.red; };