From b4f5b4af431b4180cf37550d12103ebd4339eaae Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 1 Feb 2024 16:27:49 +0200 Subject: [PATCH] waybar/style.css: replace red with the same amber and white with black --- conf/waybar/style.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/conf/waybar/style.css b/conf/waybar/style.css index 132ae816..e3e012c5 100644 --- a/conf/waybar/style.css +++ b/conf/waybar/style.css @@ -12,28 +12,28 @@ window#waybar { background: #000000; - border-bottom: 3px solid #ff0000; - color: #ff0000; + border-bottom: 3px solid #ffb700; + color: #ffb700; } tooltip { background: rgba(43, 48, 59, 0.5); - border: 1px solid #ff0000; + border: 1px solid #ffb700; } tooltip label { - color: #ff0000; + color: #ffb700; } #workspaces button { padding: 0 5px; background: #000000; - color: #ff0000; + color: #ffb700; border-bottom: 3px solid #000000; } #workspaces button.focused { - background: #ffffff; - border-bottom: 3px solid #ff0000; + background: #000000; + border-bottom: 3px solid #ffb700; } #mode, @@ -44,7 +44,7 @@ tooltip label { #mode { background: #000000; - border-bottom: 3px solid #ff0000; + border-bottom: 3px solid #ffb700; } #clock { @@ -53,23 +53,23 @@ tooltip label { #battery { background-color: #000000; - color: #ff0000; + color: #ffb700; } #battery.charging { - color: #ff0000; + color: #ffb700; background-color: #000000; } @keyframes blink { to { background-color: #000000; - color: #ff0000; + color: #ffb700; } } #battery.warning:not(.charging) { - background: #ffffff; + background: #000000; color: #0000ff; animation-name: blink; animation-duration: 0.5s;