From c3f392644c06e3ebf6b32f019373a088b19343ed Mon Sep 17 00:00:00 2001 From: jon Date: Fri, 5 Jan 2024 14:14:48 -0600 Subject: [PATCH] Updated colors --- config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.h b/config.h index 2d30960..4165c1e 100644 --- a/config.h +++ b/config.h @@ -29,7 +29,9 @@ static const char col_norm_fg[] = "#bbbbbb"; static const char col_norm_bg[] = "#222222"; static const char col_sel_fg[] = "#eeeeee"; static const char col_sel_bg[] = "#222222"; -static const char col_norm_bdr[] = "#555555"; +//static const char col_norm_bdr[] = "#555555"; +// this is to remove the border from non-selected windows +static const char col_norm_bdr[] = "#222222"; static const char col_sel_bdr[] = "#444444"; /* end my colors */ static const char *colors[][3] = {