[taffybar] Use bgrey for active

This commit is contained in:
Ivan Malison 2017-04-15 23:41:02 -07:00
parent 0741c10b47
commit 3192b3dec3
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -8,7 +8,8 @@ style "taffybar-default" {
color["blue"] = "#2196f3" color["blue"] = "#2196f3"
color["red"] = "#F44336" color["red"] = "#F44336"
color["dgrey"] = "#212121" color["dgrey"] = "#212121"
color["ldgrey"] = "#424242" color["ldgrey"] = "#333333"
color["lldgrey"] = "#424242"
color["lgrey"] = "#bdbdbd" color["lgrey"] = "#bdbdbd"
color["teal"] = "#00796b" color["teal"] = "#00796b"
color["bgrey"] = "#37474F" color["bgrey"] = "#37474F"
@ -19,13 +20,11 @@ style "taffybar-default" {
bg[NORMAL] = @dgrey bg[NORMAL] = @dgrey
fg[NORMAL] = @white fg[NORMAL] = @white
text[NORMAL] = @black text[NORMAL] = @black
fg[PRELIGHT] = @green fg[PRELIGHT] = @yellow
bg[PRELIGHT] = @teal
} }
style "taffybar-active-window" = "taffybar-default" { style "taffybar-active-window" = "taffybar-default" {
fg[NORMAL] = @black fg[NORMAL] = @white
bg[NORMAL] = @orange
} }
style "taffybar-notification-button" = "taffybar-default" { style "taffybar-notification-button" = "taffybar-default" {
@ -37,7 +36,7 @@ style "taffybar-workspace-border-active" = "taffybar-default" {
bg[NORMAL] = @yellow bg[NORMAL] = @yellow
} }
style "taffybar-workspace-border-visible" = "taffybar-default" { style "taffybar-workspace-border-visible" = "taffybar-default" {
bg[NORMAL] = @green bg[NORMAL] = @orange
} }
style "taffybar-workspace-border-empty" = "taffybar-default" { style "taffybar-workspace-border-empty" = "taffybar-default" {
bg[NORMAL] = @blue bg[NORMAL] = @blue
@ -51,6 +50,10 @@ style "taffybar-icon-urgent" = "taffybar-default" {
} }
style "taffybar-workspace-contents-active" = "taffybar-default" { style "taffybar-workspace-contents-active" = "taffybar-default" {
bg[NORMAL] = @bgrey
}
style "taffybar-workspace-contents-visible" = "taffybar-default" {
bg[NORMAL] = @ldgrey bg[NORMAL] = @ldgrey
} }
@ -84,12 +87,12 @@ style "bgrey" = "taffybar-default" {
} }
widget "Taffybar*" style "taffybar-default" widget "Taffybar*" style "taffybar-default"
widget "*Taffybar*WindowSwitcher*" style "taffybar-active-window" widget "*WindowTitle*" style "taffybar-active-window"
widget "*Taffybar*title*" style "taffybar-active-twindow"
widget "*NotificationCloseButton" style "taffybar-notification-button" widget "*NotificationCloseButton" style "taffybar-notification-button"
widget "*Workspace-underline*-active*" style "taffybar-workspace-border-active" widget "*Workspace-underline*-active*" style "taffybar-workspace-border-active"
widget "*Workspace-contents*-active*" style "taffybar-workspace-contents-active" widget "*Workspace-contents*-active*" style "taffybar-workspace-contents-active"
widget "*Workspace-contents*-visible*" style "taffybar-workspace-contents-visible"
widget "*Workspace-underline*-visible*" style "taffybar-workspace-border-visible" widget "*Workspace-underline*-visible*" style "taffybar-workspace-border-visible"
widget "*Workspace-underline*-empty*" style "taffybar-workspace-border-empty" widget "*Workspace-underline*-empty*" style "taffybar-workspace-border-empty"