changed to peach
This commit is contained in:
parent
e9983a0312
commit
5d1d3cf389
2 changed files with 22 additions and 22 deletions
|
|
@ -60,14 +60,14 @@ button {
|
||||||
/* hover */
|
/* hover */
|
||||||
button:hover {
|
button:hover {
|
||||||
background: rgba(255,255,255,0.08);
|
background: rgba(255,255,255,0.08);
|
||||||
box-shadow: inset 0 -3px @green;
|
box-shadow: inset 0 -3px @peach;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* active (no CSS transform in GTK; simulate press with padding + shadow) */
|
/* active (no CSS transform in GTK; simulate press with padding + shadow) */
|
||||||
button:active {
|
button:active {
|
||||||
padding-top: 1px; /* nudge down visually */
|
padding-top: 1px; /* nudge down visually */
|
||||||
padding-bottom: 1px; /* keep height stable */
|
padding-bottom: 1px; /* keep height stable */
|
||||||
box-shadow: inset 0 -2px @green;
|
box-shadow: inset 0 -2px @peach;
|
||||||
color: @base;
|
color: @base;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -88,9 +88,9 @@ button:active {
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.active, #workspaces button.focused {
|
#workspaces button.active, #workspaces button.focused {
|
||||||
background: @green;
|
background: @peach;
|
||||||
color: @base;
|
color: @base;
|
||||||
box-shadow: inset 0 -3px @green;
|
box-shadow: inset 0 -3px @peach;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.urgent {
|
#workspaces button.urgent {
|
||||||
|
|
@ -101,7 +101,7 @@ button:active {
|
||||||
|
|
||||||
/* -------- Clock -------- */
|
/* -------- Clock -------- */
|
||||||
#clock {
|
#clock {
|
||||||
background: @green;
|
background: @peach;
|
||||||
color: @base;
|
color: @base;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
letter-spacing: 0.2px;
|
letter-spacing: 0.2px;
|
||||||
|
|
@ -109,7 +109,7 @@ button:active {
|
||||||
|
|
||||||
/* -------- Mpris -------- */
|
/* -------- Mpris -------- */
|
||||||
#mpris {
|
#mpris {
|
||||||
background: @green;
|
background: @peach;
|
||||||
color: @base;
|
color: @base;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
letter-spacing: 0.2px;
|
letter-spacing: 0.2px;
|
||||||
|
|
@ -117,7 +117,7 @@ button:active {
|
||||||
|
|
||||||
/* -------- Pavu -------- */
|
/* -------- Pavu -------- */
|
||||||
#pulseaudio {
|
#pulseaudio {
|
||||||
background: @green;
|
background: @peach;
|
||||||
color: @base;
|
color: @base;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
letter-spacing: 0.2px;
|
letter-spacing: 0.2px;
|
||||||
|
|
@ -125,7 +125,7 @@ button:active {
|
||||||
|
|
||||||
/* -------- Bluetooth -------- */
|
/* -------- Bluetooth -------- */
|
||||||
#bluetooth {
|
#bluetooth {
|
||||||
background: @green;
|
background: @peach;
|
||||||
color: @base;
|
color: @base;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
letter-spacing: 0.2px;
|
letter-spacing: 0.2px;
|
||||||
|
|
@ -133,7 +133,7 @@ button:active {
|
||||||
|
|
||||||
/* -------- Upower -------- */
|
/* -------- Upower -------- */
|
||||||
#upower {
|
#upower {
|
||||||
background: @green;
|
background: @peach;
|
||||||
color: @base;
|
color: @base;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
letter-spacing: 0.2px;
|
letter-spacing: 0.2px;
|
||||||
|
|
@ -141,7 +141,7 @@ button:active {
|
||||||
|
|
||||||
/* -------- Network -------- */
|
/* -------- Network -------- */
|
||||||
#network {
|
#network {
|
||||||
background: @green;
|
background: @peach;
|
||||||
color: @base;
|
color: @base;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
letter-spacing: 0.2px;
|
letter-spacing: 0.2px;
|
||||||
|
|
@ -149,5 +149,5 @@ button:active {
|
||||||
|
|
||||||
/* -------- Helpers -------- */
|
/* -------- Helpers -------- */
|
||||||
@keyframes blink {
|
@keyframes blink {
|
||||||
to { background-color: @green; color: @base; }
|
to { background-color: @peach; color: @base; }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -60,14 +60,14 @@ button {
|
||||||
/* hover */
|
/* hover */
|
||||||
button:hover {
|
button:hover {
|
||||||
background: rgba(255,255,255,0.08);
|
background: rgba(255,255,255,0.08);
|
||||||
box-shadow: inset 0 -3px @green;
|
box-shadow: inset 0 -3px @peach;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* active (no CSS transform in GTK; simulate press with padding + shadow) */
|
/* active (no CSS transform in GTK; simulate press with padding + shadow) */
|
||||||
button:active {
|
button:active {
|
||||||
padding-top: 1px; /* nudge down visually */
|
padding-top: 1px; /* nudge down visually */
|
||||||
padding-bottom: 1px; /* keep height stable */
|
padding-bottom: 1px; /* keep height stable */
|
||||||
box-shadow: inset 0 -2px @green;
|
box-shadow: inset 0 -2px @peach;
|
||||||
color: @base;
|
color: @base;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -88,9 +88,9 @@ button:active {
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.active, #workspaces button.focused {
|
#workspaces button.active, #workspaces button.focused {
|
||||||
background: @green;
|
background: @peach;
|
||||||
color: @base;
|
color: @base;
|
||||||
box-shadow: inset 0 -3px @green;
|
box-shadow: inset 0 -3px @peach;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.urgent {
|
#workspaces button.urgent {
|
||||||
|
|
@ -101,7 +101,7 @@ button:active {
|
||||||
|
|
||||||
/* -------- Clock -------- */
|
/* -------- Clock -------- */
|
||||||
#clock {
|
#clock {
|
||||||
background: @green;
|
background: @peach;
|
||||||
color: @base;
|
color: @base;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
letter-spacing: 0.2px;
|
letter-spacing: 0.2px;
|
||||||
|
|
@ -109,7 +109,7 @@ button:active {
|
||||||
|
|
||||||
/* -------- Mpris -------- */
|
/* -------- Mpris -------- */
|
||||||
#mpris {
|
#mpris {
|
||||||
background: @green;
|
background: @peach;
|
||||||
color: @base;
|
color: @base;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
letter-spacing: 0.2px;
|
letter-spacing: 0.2px;
|
||||||
|
|
@ -117,7 +117,7 @@ button:active {
|
||||||
|
|
||||||
/* -------- Pavu -------- */
|
/* -------- Pavu -------- */
|
||||||
#pulseaudio {
|
#pulseaudio {
|
||||||
background: @green;
|
background: @peach;
|
||||||
color: @base;
|
color: @base;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
letter-spacing: 0.2px;
|
letter-spacing: 0.2px;
|
||||||
|
|
@ -125,7 +125,7 @@ button:active {
|
||||||
|
|
||||||
/* -------- Bluetooth -------- */
|
/* -------- Bluetooth -------- */
|
||||||
#bluetooth {
|
#bluetooth {
|
||||||
background: @green;
|
background: @peach;
|
||||||
color: @base;
|
color: @base;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
letter-spacing: 0.2px;
|
letter-spacing: 0.2px;
|
||||||
|
|
@ -133,7 +133,7 @@ button:active {
|
||||||
|
|
||||||
/* -------- Upower -------- */
|
/* -------- Upower -------- */
|
||||||
#upower {
|
#upower {
|
||||||
background: @green;
|
background: @peach;
|
||||||
color: @base;
|
color: @base;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
letter-spacing: 0.2px;
|
letter-spacing: 0.2px;
|
||||||
|
|
@ -141,7 +141,7 @@ button:active {
|
||||||
|
|
||||||
/* -------- Network -------- */
|
/* -------- Network -------- */
|
||||||
#network {
|
#network {
|
||||||
background: @green;
|
background: @peach;
|
||||||
color: @base;
|
color: @base;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
letter-spacing: 0.2px;
|
letter-spacing: 0.2px;
|
||||||
|
|
@ -149,5 +149,5 @@ button:active {
|
||||||
|
|
||||||
/* -------- Helpers -------- */
|
/* -------- Helpers -------- */
|
||||||
@keyframes blink {
|
@keyframes blink {
|
||||||
to { background-color: @green; color: @base; }
|
to { background-color: @peach; color: @base; }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue