[taffybar] Update taffybar.css to be navy and bold workspace labels

This commit is contained in:
Ivan Malison 2021-08-06 09:32:06 -06:00
parent da00f24678
commit cad38fe2a2
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -2,6 +2,7 @@
@define-color white #FFFFFF; @define-color white #FFFFFF;
@define-color black #000000; @define-color black #000000;
@define-color taffy-blue #0c7cd5; @define-color taffy-blue #0c7cd5;
@define-color taffy-navy rgb(25, 30, 55);
@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;
@ -14,14 +15,17 @@
.taffy-window * { .taffy-window * {
font-family: "Noto Sans", sans-serif; font-family: "Noto Sans", sans-serif;
font-size: 10pt; font-size: 10pt;
font-weight: bold;2
color: @font-color; color: @font-color;
border-radius: 4px;
} }
.taffy-box { .taffy-box {
border-color: @white; border-color: @white;
border-style: solid; border-style: solid;
border-radius: 0px; background-color: @taffy-navy;
background-color: @black; padding: 3px;
margin: 4px;
} }
.inner-pad { .inner-pad {
@ -29,7 +33,7 @@
} }
.contents { .contents {
padding: 4px; padding: 3px;
transition: background-color .5s; transition: background-color .5s;
/* border-radius: 6px; */ /* border-radius: 6px; */
} }
@ -39,9 +43,10 @@
.workspace-label { .workspace-label {
padding-right: 3px; padding-right: 3px;
padding-left: 2px; padding-left: 2px;
font-size: 14pt; font-size: 12pt;
color: rgba(255.0, 255.0, 255.0, 1.0); color: rgba(255.0, 255.0, 255.0, 1.0);
opacity: 1; opacity: 1;
font-weight: bold;
} }
.active .workspace-label { .active .workspace-label {
@ -53,7 +58,7 @@
.contents { .contents {
background-color: rgba(0.0, 0.0, 0.0, 0.85); /* background-color: rgba(0.0, 0.0, 0.0, 0.85); */
} }
.contents .window-icon { .contents .window-icon {
@ -88,7 +93,7 @@
} }
.window-icon-container.active { .window-icon-container.active {
background-color: rgba(255.0, 255.0, 255.0, 0.3); background-color: rgba(255.0, 255.0, 255.0, 0.4);
} }
.window-icon-container.urgent { .window-icon-container.urgent {