From ba99d2ee9dd4941d4ee2dddace69d0b84054c02f Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Wed, 7 Feb 2024 11:11:42 +0100 Subject: [PATCH] eww -> theme: Made background color brighter --- bar/eww/theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bar/eww/theme.scss b/bar/eww/theme.scss index 4f91b7a..fa61e1d 100644 --- a/bar/eww/theme.scss +++ b/bar/eww/theme.scss @@ -1,5 +1,5 @@ /* Theme color variables */ -$background: #181926; +$background: #282936; $background-active: #326bb9; $text: #a4acc5;