fix: color codes in config.def.h

This commit is contained in:
David JULIEN 2023-01-08 17:46:23 +01:00
parent 870124f0fe
commit c0ce7e475b
1 changed files with 4 additions and 4 deletions

View File

@ -137,10 +137,10 @@ static const char *colorname[] = {
* Default colors (colorname index) * Default colors (colorname index)
* foreground, background, cursor, reverse cursor * foreground, background, cursor, reverse cursor
*/ */
unsigned int defaultfg = 258; unsigned int defaultfg = 257;
unsigned int defaultbg = 259; unsigned int defaultbg = 256;
unsigned int defaultcs = 256; unsigned int defaultcs = 258;
static unsigned int defaultrcs = 257; static unsigned int defaultrcs = 259;
/* /*
* Default shape of cursor * Default shape of cursor