From b7719aabae45494d6d1b5204cd7d329bb79f4042 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 26 Dec 2020 23:12:52 -0800 Subject: Adjust polybar colors to match ‘yoshi-theme’ --- polybar/.config/polybar/config | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index c1cf76f..59222fb 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -1,6 +1,6 @@ ; -*- mode: conf-windows; -*- [colors] -background = #1f2c3f +background = #475454 background-alt = #222222 foreground = #bfbfbf foreground-alt = #969696 @@ -89,9 +89,7 @@ pin-workspaces = false enable-click = false enable-scroll = false -label-active = %icon% %name% -label-active-foreground = #65a854 -label-active-background = #1f2c3f +label-active = " %name%* " label-empty-foreground = #969696 @@ -99,6 +97,7 @@ label-empty-foreground = #969696 type = internal/xwindow label = %title% format-padding = 4 +format-background = #a85454 [module/xkeyboard] type = internal/xkeyboard -- cgit v1.2.3-54-g00ecf