From 309e68c65d959965ab75d8de4e9a275eff82fc50 Mon Sep 17 00:00:00 2001 From: c Date: Thu, 25 Jan 2024 21:24:36 -0500 Subject: I'm sure it was something important. --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index ac9f582..97054a8 100644 --- a/config.h +++ b/config.h @@ -22,8 +22,8 @@ static char sel_bg_col[] = "#83a598"; static char sel_bor_col[] = "#83a598"; static char sel_fg_col[] = "#282828"; -static char title_bg_col[] = "#282828"; -static char title_fg_col[] = "#83a598"; +static char title_bg_col[] = "#282828"; +static char title_fg_col[] = "#83a598"; static char *colors[][3] = { /* Scheme, fg, bg, border. */ -- cgit v1.2.3