changed to peach

This commit is contained in:
fwastring 2025-11-26 11:20:44 +01:00
parent e9983a0312
commit 5d1d3cf389
2 changed files with 22 additions and 22 deletions

View file

@ -60,14 +60,14 @@ button {
/* hover */
button:hover {
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) */
button:active {
padding-top: 1px; /* nudge down visually */
padding-bottom: 1px; /* keep height stable */
box-shadow: inset 0 -2px @green;
box-shadow: inset 0 -2px @peach;
color: @base;
}
@ -88,9 +88,9 @@ button:active {
}
#workspaces button.active, #workspaces button.focused {
background: @green;
background: @peach;
color: @base;
box-shadow: inset 0 -3px @green;
box-shadow: inset 0 -3px @peach;
}
#workspaces button.urgent {
@ -101,7 +101,7 @@ button:active {
/* -------- Clock -------- */
#clock {
background: @green;
background: @peach;
color: @base;
font-weight: 600;
letter-spacing: 0.2px;
@ -109,7 +109,7 @@ button:active {
/* -------- Mpris -------- */
#mpris {
background: @green;
background: @peach;
color: @base;
font-weight: 600;
letter-spacing: 0.2px;
@ -117,7 +117,7 @@ button:active {
/* -------- Pavu -------- */
#pulseaudio {
background: @green;
background: @peach;
color: @base;
font-weight: 600;
letter-spacing: 0.2px;
@ -125,7 +125,7 @@ button:active {
/* -------- Bluetooth -------- */
#bluetooth {
background: @green;
background: @peach;
color: @base;
font-weight: 600;
letter-spacing: 0.2px;
@ -133,7 +133,7 @@ button:active {
/* -------- Upower -------- */
#upower {
background: @green;
background: @peach;
color: @base;
font-weight: 600;
letter-spacing: 0.2px;
@ -141,7 +141,7 @@ button:active {
/* -------- Network -------- */
#network {
background: @green;
background: @peach;
color: @base;
font-weight: 600;
letter-spacing: 0.2px;
@ -149,5 +149,5 @@ button:active {
/* -------- Helpers -------- */
@keyframes blink {
to { background-color: @green; color: @base; }
to { background-color: @peach; color: @base; }
}

View file

@ -60,14 +60,14 @@ button {
/* hover */
button:hover {
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) */
button:active {
padding-top: 1px; /* nudge down visually */
padding-bottom: 1px; /* keep height stable */
box-shadow: inset 0 -2px @green;
box-shadow: inset 0 -2px @peach;
color: @base;
}
@ -88,9 +88,9 @@ button:active {
}
#workspaces button.active, #workspaces button.focused {
background: @green;
background: @peach;
color: @base;
box-shadow: inset 0 -3px @green;
box-shadow: inset 0 -3px @peach;
}
#workspaces button.urgent {
@ -101,7 +101,7 @@ button:active {
/* -------- Clock -------- */
#clock {
background: @green;
background: @peach;
color: @base;
font-weight: 600;
letter-spacing: 0.2px;
@ -109,7 +109,7 @@ button:active {
/* -------- Mpris -------- */
#mpris {
background: @green;
background: @peach;
color: @base;
font-weight: 600;
letter-spacing: 0.2px;
@ -117,7 +117,7 @@ button:active {
/* -------- Pavu -------- */
#pulseaudio {
background: @green;
background: @peach;
color: @base;
font-weight: 600;
letter-spacing: 0.2px;
@ -125,7 +125,7 @@ button:active {
/* -------- Bluetooth -------- */
#bluetooth {
background: @green;
background: @peach;
color: @base;
font-weight: 600;
letter-spacing: 0.2px;
@ -133,7 +133,7 @@ button:active {
/* -------- Upower -------- */
#upower {
background: @green;
background: @peach;
color: @base;
font-weight: 600;
letter-spacing: 0.2px;
@ -141,7 +141,7 @@ button:active {
/* -------- Network -------- */
#network {
background: @green;
background: @peach;
color: @base;
font-weight: 600;
letter-spacing: 0.2px;
@ -149,5 +149,5 @@ button:active {
/* -------- Helpers -------- */
@keyframes blink {
to { background-color: @green; color: @base; }
to { background-color: @peach; color: @base; }
}