[taffybar] Switch to new taffybar theme
Caps theme was before this one
This commit is contained in:
parent
18d0248bcf
commit
bceb5499d3
@ -5,7 +5,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 @white;
|
@define-color font-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;
|
||||||
|
|
||||||
@ -19,9 +19,8 @@
|
|||||||
|
|
||||||
.taffy-box {
|
.taffy-box {
|
||||||
border-color: @white;
|
border-color: @white;
|
||||||
border-width: 5px;
|
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-radius: 5px;
|
border-radius: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.inner-pad {
|
.inner-pad {
|
||||||
@ -29,7 +28,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.contents {
|
.contents {
|
||||||
padding: 7px;
|
padding-top: 3px;
|
||||||
|
padding-bottom: 3px;
|
||||||
|
padding-right: 3px;
|
||||||
|
padding-left: 3px;
|
||||||
transition: background-color .5s;
|
transition: background-color .5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -42,7 +44,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.active .contents {
|
.active .contents {
|
||||||
background-color: #e21d3b;
|
background-color: rgba(0.0, 0.0, 0.0, 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.visible .contents {
|
.visible .contents {
|
||||||
@ -52,22 +54,22 @@
|
|||||||
.window-icon-container {
|
.window-icon-container {
|
||||||
transition: opacity .5s, box-shadow .5s;
|
transition: opacity .5s, box-shadow .5s;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
border-radius: 5px;
|
||||||
|
transition: background-color 1s;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* This gives space for the box-shadow (they look like underlines) that follow.
|
/* This gives space for the box-shadow (they look like underlines) that follow.
|
||||||
This will actually affect all widgets, (not just the workspace icons), but
|
This will actually affect all widgets, (not just the workspace icons), but
|
||||||
that is what we want since we want the icons to look the same. */
|
that is what we want since we want the icons to look the same. */
|
||||||
.auto-size-image, .sni-tray {
|
.auto-size-image, .sni-tray {
|
||||||
padding-top: 3px;
|
padding: 1px;
|
||||||
padding-bottom: 3px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.window-icon-container.active {
|
.window-icon-container.active {
|
||||||
box-shadow: inset 0 -3px @white;
|
background-color: rgba(255.0, 255.0, 255.0, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.window-icon-container.urgent {
|
.window-icon-container.urgent {
|
||||||
box-shadow: inset 0 -3px @urgent-window-color;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.window-icon-container.inactive .window-icon {
|
.window-icon-container.inactive .window-icon {
|
||||||
@ -86,6 +88,7 @@
|
|||||||
/* Button styling */
|
/* Button styling */
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
all: initial;
|
||||||
background-color: @transparent;
|
background-color: @transparent;
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
|
Loading…
Reference in New Issue
Block a user