From fec00155e163a0cd63ce0136a8f1ee41a068c80b Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 2 Sep 2020 15:54:19 -0700 Subject: Change polybar’s background color This is to make it look more like my Emacs mode line. --- polybar/.config/polybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'polybar') diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index b997ce6..c1cf76f 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -1,6 +1,6 @@ ; -*- mode: conf-windows; -*- [colors] -background = #111414 +background = #1f2c3f background-alt = #222222 foreground = #bfbfbf foreground-alt = #969696 -- cgit v1.2.3-54-g00ecf