[taffybar] Add css file

This commit is contained in:
Ivan Malison 2017-10-24 17:27:53 -07:00
parent 4949a5ee6e
commit 473d6efdf9
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -0,0 +1,30 @@
@define-color taffybar_bg_color #000000;
@define-color taffybar_bg_tone #212121;
@define-color taffybar_highlight_color #ffeb3b;
.Active.Underline {
background-color: @taffybar_highlight_color;
border-radius: 1px;
}
.IconContainer.Active {
background-color: @taffybar_highlight_color;
border-radius: 5px;
}
.IconContainer.Minimized {
opacity: .3;
}
.Active.Container {
background-color: @taffybar_bg_tone;
border-radius: 5px;
}
.Taffybar {
background-color: @taffybar_bg_color;
}
#WindowSwitcher {
background-color: @taffybar_bg_color;
}