From f4d21903a9183e614a70091b71a802bbdb067d68 Mon Sep 17 00:00:00 2001 From: Daniel Liu Date: Wed, 26 Aug 2020 00:10:36 -0400 Subject: [PATCH] change cursor color --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 87286c1..d9c46a6 100644 --- a/config.def.h +++ b/config.def.h @@ -127,7 +127,7 @@ static const char *colorname[] = { * Default colors (colorname index) * foreground, background, cursor, reverse cursor */ -unsigned int defaultfg = 7; +unsigned int defaultfg = 15; unsigned int defaultbg = 0; static unsigned int defaultcs = 256; static unsigned int defaultrcs = 257; -- 2.20.1