[taffybar] Make window black

This commit is contained in:
2017-10-22 20:53:54 -07:00
parent 98cc2bb4ce
commit 32dc3fd807
2 changed files with 7 additions and 3 deletions

View File

@@ -18,7 +18,11 @@ style "taffybar-default" {
color["activeWS"] = @yellow color["activeWS"] = @yellow
color["visibleWS"] = @red color["visibleWS"] = @red
bg[NORMAL] = @lldgrey color["base"] = @black
color["accent1"] = @dgrey
color["accent2"] = @ldgrey
bg[NORMAL] = @black
fg[NORMAL] = @white fg[NORMAL] = @white
text[NORMAL] = @black text[NORMAL] = @black
fg[PRELIGHT] = @yellow fg[PRELIGHT] = @yellow
@@ -63,7 +67,7 @@ style "taffybar-workspace-contents-active" = "taffybar-default" {
} }
style "taffybar-workspace-contents-visible" = "taffybar-default" { style "taffybar-workspace-contents-visible" = "taffybar-default" {
bg[NORMAL] = @ldgrey bg[NORMAL] = @black
} }
style "taffybar-hover-button" = "taffybar-default" { style "taffybar-hover-button" = "taffybar-default" {