From c237febf67a40da13f2a4489e181d1dc58e1f75f Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Thu, 9 Sep 2021 20:12:27 +0200 Subject: [PATCH] Minor color fix --- src/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.h b/src/config.h index a8f64ae..60f23db 100644 --- a/src/config.h +++ b/src/config.h @@ -15,8 +15,8 @@ static const char *altbarcmd = "$HOME/.config/polybar/launch"; /* Alternate bar static const char *fonts[] = { "Source Code Pro:size=10" }; static const char dmenufont[] = "Source Code Pro:size=12"; -static const char bg_color[] = "#111015"; -static const char bg_color_bar[] = "#111015"; +static const char bg_color[] = "#0c1115"; +static const char bg_color_bar[] = "#0c1115"; static const char inactive_bg_color[] = "#272727"; static const char text_color[] = "#d8dee9"; static const char inactive_text_color[] = "#676E7D";