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 {
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user