From 515b7f3b4f048b29325e3e38f0f4a2ef898e8daa Mon Sep 17 00:00:00 2001 From: philw Date: Mon, 17 Mar 2025 16:59:20 +0100 Subject: Tweak the colorscheme --- config.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index b9aa1b7..e6d32c5 100644 --- a/config.h +++ b/config.h @@ -23,16 +23,16 @@ static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb"; static const char col_gray4[] = "#eeeeee"; static const char col_cyan[] = "#005577"; -static const char norm_fg[] = "#ddbb88"; -static const char norm_bg[] = "#000c18"; +static const char norm_fg[] = "#383a42"; +static const char norm_bg[] = "#e1e3ea"; static const char norm_border[] = "#3f3f40"; -static const char sel_fg[] = "#ddbb88"; -static const char sel_bg[] = "#000c18"; +static const char sel_fg[] = "#383a42"; +static const char sel_bg[] = "#e1e3ea"; static const char sel_border[] = "#225588"; static const char urg_fg[] = "#225588"; -static const char urg_bg[] = "#000c18"; +static const char urg_bg[] = "#e1e3ea"; static const char urg_border[] = "#000c18"; static const char *colors[][3] = { -- cgit v1.2.3