[taffybar] Make window black

This commit is contained in:
Ivan Malison 2017-10-22 20:53:54 -07:00
parent 98cc2bb4ce
commit 32dc3fd807
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 7 additions and 3 deletions

@ -1 +1 @@
Subproject commit cb31b7b6b8e017e12e45ba2f76fb76f918757f75
Subproject commit 32a0d25a3f0898d2972bb231cf95db608096f6a2

View File

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