waybar: change colors to make it more similar to amora theme

This commit is contained in:
tea 2024-06-13 14:42:28 +02:00
parent 0735d898fc
commit 03184f8133
No known key found for this signature in database

View File

@ -5,7 +5,7 @@
window#waybar {
background-color: #200020;
color: #888888;
color: #a793a7;
border-bottom: 3px solid #300030;
transition-property: background-color;
transition-duration: .5s;
@ -60,8 +60,8 @@ button:hover {
#workspaces button.focused {
background-color: #500050;
color: #ffffaa;
box-shadow: inset 0 -3px #ffffaa;
color: #ffb65e;
box-shadow: inset 0 -3px #ffb65e;
}
#workspaces button.urgent {
@ -130,7 +130,7 @@ button:hover {
}
#battery.warning:not(.charging) {
color: #ffffaa;
color: #ffb65e;
font-weight: bold;
}
@ -195,11 +195,10 @@ label:focus {
#custom-load {
padding-right: 0;
/* color: #aa8888; */
}
#custom-load.warning {
color: #ffffaa;
color: #ffb65e;
font-weight: bold;
}