From 8944bbb04d25243006f2dbb925d72b7418076899 Mon Sep 17 00:00:00 2001 From: Pascal Bies Date: Wed, 25 Mar 2020 14:26:45 +0100 Subject: [PATCH] fix wal bg-color update issue --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 81804d5..34c833c 100644 --- a/config.h +++ b/config.h @@ -124,8 +124,8 @@ static const char *colorname[] = { * Default colors (colorname index) * foreground, background, cursor, reverse cursor */ -unsigned int defaultfg = 259; -unsigned int defaultbg = 258; +unsigned int defaultfg = 7; +unsigned int defaultbg = 0; static unsigned int defaultcs = 256; static unsigned int defaultrcs = 257;