From b5876582252e126c628cf3d0347a23e9099a1a28 Mon Sep 17 00:00:00 2001 From: BluishHumility Date: Mon, 29 Jul 2024 22:36:59 -0400 Subject: [PATCH] feat(waybar): update waybar colors Darken the grey shade of the Waybar, lighten the shade of the Waybar font. --- .config/waybar/style.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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;