[taffybar] css tweaks
This commit is contained in:
parent
a14322b4c1
commit
35366b13a2
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
@define-color active-window-color @white;
|
@define-color active-window-color @white;
|
||||||
@define-color urgent-window-color @taffy-blue;
|
@define-color urgent-window-color @taffy-blue;
|
||||||
@define-color font-color @base5;
|
@define-color font-color @white;
|
||||||
@define-color menu-background-color @white;
|
@define-color menu-background-color @white;
|
||||||
@define-color menu-font-color @black;
|
@define-color menu-font-color @black;
|
||||||
@define-color bar-background @base0;
|
@define-color bar-background @base0;
|
||||||
|
@ -266,10 +266,11 @@
|
|||||||
@define-color white #FFFFFF;
|
@define-color white #FFFFFF;
|
||||||
|
|
||||||
@define-color active-window-color @white;
|
@define-color active-window-color @white;
|
||||||
@define-color urgent-window-color @;
|
@define-color urgent-window-color @blue-grey;
|
||||||
@define-color font-color @base5;
|
@define-color font-color @white;
|
||||||
|
@define-color font-shadow-color @black;
|
||||||
@define-color menu-background-color @white;
|
@define-color menu-background-color @white;
|
||||||
@define-color menu-font-color @black;
|
@define-color menu-font-color @black;
|
||||||
@define-color bar-background @base0;
|
@define-color bar-background @pink-darken-4;
|
||||||
@define-color accent @red;
|
@define-color accent @red;
|
||||||
@define-color menu-highlight @magenta;
|
@define-color menu-highlight @deep-orange;
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: @font-color;
|
color: @font-color;
|
||||||
text-shadow: 2px 2px @black;
|
text-shadow: 1px 1px @font-shadow-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.taffy-box {
|
.taffy-box {
|
||||||
@ -45,11 +45,9 @@
|
|||||||
padding-left: 2px;
|
padding-left: 2px;
|
||||||
padding-top: 0px;
|
padding-top: 0px;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
color: @white;
|
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
transition: color .5s;
|
transition: color .5s;
|
||||||
text-shadow: 2px 2px @black;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.contents .window-icon {
|
.contents .window-icon {
|
||||||
|
Loading…
Reference in New Issue
Block a user