forked from colonelpanic/dotfiles
[taffybar] Make window black
This commit is contained in:
Submodule dotfiles/config/taffybar/taffybar updated: cb31b7b6b8...32a0d25a3f
@@ -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" {
|
||||||
|
Reference in New Issue
Block a user