From 2edb496f71d93381075aba8750e0cff2f0be1af5 Mon Sep 17 00:00:00 2001 From: Peter Sanchez Date: Sat, 21 Nov 2020 10:32:03 -0800 Subject: [PATCH] Applied alpha patch and config colors --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index e282b67..536c240 100644 --- a/config.def.h +++ b/config.def.h @@ -132,8 +132,8 @@ static const char *colorname[] = { * Default colors (colorname index) * foreground, background, cursor, reverse cursor */ -unsigned int defaultfg = 258; -unsigned int defaultbg = 259; +unsigned int defaultfg = 7; +unsigned int defaultbg = 258; unsigned int defaultcs = 256; static unsigned int defaultrcs = 257; -- 2.43.0