[taffybar] Add css file
This commit is contained in:
parent
4949a5ee6e
commit
473d6efdf9
30
dotfiles/config/taffybar/taffybar.css
Normal file
30
dotfiles/config/taffybar/taffybar.css
Normal 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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user