diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 4b67c43..f9260d1 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -10,11 +10,8 @@ * Keyframes * -------------------------------------------------------------------------- */ -/* -Arc-Dark Color Scheme -*/ @define-color highlight #5294e2 ; -@define-color base1 #404552 ; +@define-color base1 #19191e ; @keyframes blink-warning { 70% { @@ -54,7 +51,7 @@ Arc-Dark Color Scheme /* The whole bar */ #waybar { background: transparent; - color: #bebebe; + color: #e3e3ea; background-color: @base1; font-family: JetBrainsMono; font-size: 14px;