waybar: change colors to make it more similar to amora theme
This commit is contained in:
parent
0735d898fc
commit
03184f8133
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user