131 lines
3.7 KiB
Plaintext
Raw Normal View History

2016-10-27 14:49:10 -07:00
style "taffybar-default" {
color["black"] = "#000000"
color["white"] = "#ffffff"
2017-02-01 15:58:13 -08:00
color["green"] = "#4caf50"
color["yellow"] = "#ffeb3b"
2017-03-04 13:13:03 -08:00
color["orange"] = "#f4511e"
2017-02-01 15:58:13 -08:00
color["blue"] = "#2196f3"
2017-03-05 18:30:55 -08:00
color["red"] = "#F44336"
2017-02-01 15:58:13 -08:00
color["dgrey"] = "#212121"
2017-04-15 23:41:02 -07:00
color["ldgrey"] = "#333333"
2017-08-26 22:59:38 -07:00
color["mgrey"] = "#808080"
2017-04-15 23:41:02 -07:00
color["lldgrey"] = "#424242"
2017-02-01 15:58:13 -08:00
color["lgrey"] = "#bdbdbd"
2017-03-04 14:13:49 -08:00
color["teal"] = "#00796b"
color["bgrey"] = "#37474F"
color["bgreyl"] = "#546E7A"
2017-03-04 03:42:30 -08:00
color["activeWS"] = @yellow
color["visibleWS"] = @red
2017-02-01 15:58:13 -08:00
2017-08-26 22:59:38 -07:00
bg[NORMAL] = @lldgrey
2016-10-27 14:49:10 -07:00
fg[NORMAL] = @white
2017-03-05 18:30:55 -08:00
text[NORMAL] = @black
2017-04-15 23:41:02 -07:00
fg[PRELIGHT] = @yellow
}
2017-01-31 23:19:34 -08:00
style "taffybar-active-window" = "taffybar-default" {
2017-04-15 23:41:02 -07:00
fg[NORMAL] = @white
2017-01-31 23:19:34 -08:00
}
style "taffybar-notification-button" = "taffybar-default" {
text[NORMAL] = @red
fg[NORMAL] = @red
}
style "taffybar-workspace-border-active" = "taffybar-default" {
2017-02-07 21:52:28 -08:00
bg[NORMAL] = @yellow
2017-01-31 23:19:34 -08:00
}
style "taffybar-workspace-border-visible" = "taffybar-default" {
2017-04-15 23:41:02 -07:00
bg[NORMAL] = @orange
2017-01-31 23:19:34 -08:00
}
style "taffybar-workspace-border-empty" = "taffybar-default" {
bg[NORMAL] = @blue
2017-01-31 23:19:34 -08:00
}
style "taffybar-workspace-border-hidden" = "taffybar-default" {
bg[NORMAL] = @blue
2017-01-31 23:19:34 -08:00
}
2017-02-16 16:24:38 -08:00
style "taffybar-icon-urgent" = "taffybar-default" {
bg[NORMAL] = @yellow
}
style "taffybar-icon-active" = "taffybar-default" {
2017-09-07 14:49:50 -07:00
bg[NORMAL] = @lldgrey
}
style "taffybar-icon-minimized" = "taffybar-default" {
bg[NORMAL] = @red
}
2017-03-03 17:56:51 -08:00
style "taffybar-workspace-contents-active" = "taffybar-default" {
2017-08-26 22:59:38 -07:00
bg[NORMAL] = @dgrey
2017-04-15 23:41:02 -07:00
}
style "taffybar-workspace-contents-visible" = "taffybar-default" {
2017-03-03 17:56:51 -08:00
bg[NORMAL] = @ldgrey
}
style "taffybar-hover-button" = "taffybar-default" {
bg[ACTIVE] = @yellow
bg[NORMAL] = @black
bg[PRELIGHT] = @yellow
text[PRELIGHT] = @yellow
}
2017-03-04 13:13:03 -08:00
style "blue" = "taffybar-default" {
bg[NORMAL]= @blue
}
style "orange" = "taffybar-default" {
bg[NORMAL]= @orange
}
style "red" = "taffybar-default" {
bg[NORMAL]= @red
}
style "yellow" = "taffybar-default" {
bg[NORMAL]= @yellow
}
2017-03-04 14:13:49 -08:00
style "green" = "taffybar-default" {
bg[NORMAL]= @green
}
style "teal" = "taffybar-default" {
bg[NORMAL]= @teal
}
2017-03-05 18:30:55 -08:00
style "bgrey" = "taffybar-default" {
bg[NORMAL]= @bgrey
}
2017-03-04 13:13:03 -08:00
2017-02-01 15:58:13 -08:00
widget "Taffybar*" style "taffybar-default"
2017-04-15 23:41:02 -07:00
widget "*WindowTitle*" style "taffybar-active-window"
2017-01-31 23:19:34 -08:00
widget "*NotificationCloseButton" style "taffybar-notification-button"
2017-02-07 21:52:28 -08:00
widget "*Workspace-underline*-active*" style "taffybar-workspace-border-active"
widget "*Workspace-contents*-active*" style "taffybar-workspace-contents-active"
2017-04-15 23:41:02 -07:00
widget "*Workspace-contents*-visible*" style "taffybar-workspace-contents-visible"
2017-02-07 21:52:28 -08:00
widget "*Workspace-underline*-visible*" style "taffybar-workspace-border-visible"
widget "*Workspace-underline*-empty*" style "taffybar-workspace-border-empty"
widget "*Workspace-underline*-hidden*" style "taffybar-workspace-border-hidden"
widget "*Workspace-Border*-active*" style "taffybar-workspace-border-active"
widget "*Workspace-Container-*-active*" style "taffybar-default"
widget "*Workspace-Border*-visible*" style "taffybar-workspace-border-visible"
widget "*Workspace-Container-*-visible*" style "taffybar-default"
2017-02-16 16:24:38 -08:00
widget "*Workspace-icon*-urgent*" style "taffybar-icon-urgent"
widget "*Workspace-icon*-active*" style "taffybar-icon-active"
widget "*Workspace-icon*-minimized*" style "taffybar-icon-minimized"
2017-03-03 17:56:51 -08:00
widget "*WorkspaceHUD-*" style "taffybar-hover-button"
widget "*WorkspaceHUD-*" style "taffybar-hover-button"
widget "*clock-underline*" style "taffybar-workspace-border-active"
widget "*tray-underline*" style "taffybar-workspace-border-hidden"
2017-03-04 13:13:03 -08:00
widget "*blue-underline*" style "blue"
widget "*red-underline*" style "red"
widget "*yellow-underline*" style "yellow"
widget "*orange-underline*" style "orange"
widget "*green-underline*" style "green"
2017-03-04 14:13:49 -08:00
widget "*teal-underline*" style "teal"
2017-03-05 18:30:55 -08:00
widget "*bgrey-underline*" style "bgrey"