16 lines
341 B
Plaintext
Raw Normal View History

style "default" {
2016-10-04 23:48:21 -07:00
font_name = "Source Code Pro 8"
bg[NORMAL] = @base03
fg[NORMAL] = @base0
text[NORMAL] = @base0
}
style "notification-button" = "default" {
font_name = "Terminus 8"
text[NORMAL] = @violet
fg[NORMAL] = @violet
}
widget "Taffybar*" style "default"
widget "*NotificationCloseButton" style "notification-button"