From 18d2935a623446066bd4412d1d475a57b7fbfcec Mon Sep 17 00:00:00 2001 From: dcarrillo Date: Sun, 3 May 2020 18:35:27 +0200 Subject: [PATCH] [polybar] Change bar background color to black --- .config/polybar/bar.ini | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.config/polybar/bar.ini b/.config/polybar/bar.ini index ee040e1..51981b7 100644 --- a/.config/polybar/bar.ini +++ b/.config/polybar/bar.ini @@ -7,19 +7,18 @@ margin-bottom = 0 include-file = ~/.config/polybar/modules.ini [colors] - -background = #263238 -background-alt = #444 +background = #000000 +background-alt = #444444 foreground = #FFFFFF -foreground-alt = #555 +foreground-alt = #555555 primary = #F5A70A -secondary = #e60053 -alert = #bd2c40 +secondary = #E60053 +alert = #BD2C40 ; bar colors -bn = #43a047 -bm = #fdd835 -bd = #e53935 +bn = #43A047 +bm = #FDD835 +bd = #E53935 [bar/top] monitor = ${env:MONITOR:}