forked from colonelpanic/dotfiles
[taffybar] Make window black
This commit is contained in:
parent
98cc2bb4ce
commit
32dc3fd807
@ -1 +1 @@
|
|||||||
Subproject commit cb31b7b6b8e017e12e45ba2f76fb76f918757f75
|
Subproject commit 32a0d25a3f0898d2972bb231cf95db608096f6a2
|
@ -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" {
|
||||||
|
Loading…
Reference in New Issue
Block a user