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