waybar: new foreground color

This commit is contained in:
tea 2024-07-10 12:48:15 +02:00
parent 48a052a0af
commit 3f9f457f58
No known key found for this signature in database

View File

@ -1,11 +1,12 @@
* { * {
font-family: "Symbols Nerd Font", sans-serif; font-family: "Symbols Nerd Font", sans-serif;
font-size: 13px; font-size: 13px;
/* color: #a793a7; */
color: #bb99dd;
} }
window#waybar { window#waybar {
background-color: #200020; background-color: #200020;
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;
@ -165,7 +166,7 @@ label:focus {
#idle_inhibitor.activated { #idle_inhibitor.activated {
background-color: #500050; background-color: #500050;
color: #ffaaaa; color: #ff99ff;
} }
#scratchpad { #scratchpad {