Regenerated
This commit is contained in:
+312
-311
File diff suppressed because it is too large
Load Diff
+4
-3
@@ -2968,15 +2968,16 @@ window#waybar {
|
|||||||
|
|
||||||
/* Set custom/windows font to match workspace font */
|
/* Set custom/windows font to match workspace font */
|
||||||
#custom-windows label {
|
#custom-windows label {
|
||||||
font-size: 13px;
|
font-size: 14px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: @teal;
|
color: @red;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Active vs inactive workspace colors */
|
/* Active vs inactive workspace colors */
|
||||||
#workspace.active {
|
#workspace.active {
|
||||||
background: linear-gradient(45deg, @blue, @green);
|
background: linear-gradient(45deg, @blue, @green);
|
||||||
color: @text; /* active text color */
|
font-size: 14px;
|
||||||
|
color: @red;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspace:not(.active) {
|
#workspace:not(.active) {
|
||||||
|
|||||||
@@ -94,15 +94,16 @@ window#waybar {
|
|||||||
|
|
||||||
/* Set custom/windows font to match workspace font */
|
/* Set custom/windows font to match workspace font */
|
||||||
#custom-windows label {
|
#custom-windows label {
|
||||||
font-size: 13px;
|
font-size: 14px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: @teal;
|
color: @red;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Active vs inactive workspace colors */
|
/* Active vs inactive workspace colors */
|
||||||
#workspace.active {
|
#workspace.active {
|
||||||
background: linear-gradient(45deg, @blue, @green);
|
background: linear-gradient(45deg, @blue, @green);
|
||||||
color: @text; /* active text color */
|
font-size: 14px;
|
||||||
|
color: @red;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspace:not(.active) {
|
#workspace:not(.active) {
|
||||||
|
|||||||
Reference in New Issue
Block a user