diff options
Diffstat (limited to 'home/profiles/gui/config/waybar')
-rw-r--r-- | home/profiles/gui/config/waybar/style.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/gui/config/waybar/style.nix b/home/profiles/gui/config/waybar/style.nix index 05d3746..0c807c2 100644 --- a/home/profiles/gui/config/waybar/style.nix +++ b/home/profiles/gui/config/waybar/style.nix @@ -70,7 +70,7 @@ in @keyframes blink { to { - background-color: #${color4}; + background-color: #f0a0c0; color: #${background}; } } |