From d2fecb91706a203bc24d241e92fb07028129eea0 Mon Sep 17 00:00:00 2001
From: Vintage Salt <rehashedsalt@cock.li>
Date: Wed, 27 Sep 2017 13:46:52 -0400
Subject: [PATCH] Polybar: Change color of unfocused workspace in i3 module

---
 .config/polybar/config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.config/polybar/config b/.config/polybar/config
index 22294898..246f4e93 100644
--- a/.config/polybar/config
+++ b/.config/polybar/config
@@ -191,8 +191,8 @@ label-focused-background = ${res/colors.primary}
 # Active workspace on unfocused monitor
 label-visible = ${self.label-focused}
 label-visible-padding = ${self.label-focused-padding}
-label-visible-foreground = ${self.label-focused-foreground}
-label-visible-background = ${res/colors.primary-dark}
+label-visible-foreground = ${res/colors.background}
+label-visible-background = ${res/colors.background-3}
 
 # Inactive workspace
 label-unfocused = ${self.label-focused}