change cursor color
authorDaniel Liu <mr.picklepinosaur@gmail.com>
Wed, 26 Aug 2020 04:10:36 +0000 (00:10 -0400)
committerDaniel Liu <mr.picklepinosaur@gmail.com>
Wed, 26 Aug 2020 04:10:36 +0000 (00:10 -0400)
config.def.h

index 87286c1..d9c46a6 100644 (file)
@@ -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;