From c0ce7e475b271aaf80059b2f2dd3163a8cf5f145 Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Sun, 8 Jan 2023 17:46:23 +0100 Subject: [PATCH] fix: color codes in config.def.h --- config.def.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.def.h b/config.def.h index 828414c..0679f73 100644 --- a/config.def.h +++ b/config.def.h @@ -137,10 +137,10 @@ static const char *colorname[] = { * Default colors (colorname index) * foreground, background, cursor, reverse cursor */ -unsigned int defaultfg = 258; -unsigned int defaultbg = 259; -unsigned int defaultcs = 256; -static unsigned int defaultrcs = 257; +unsigned int defaultfg = 257; +unsigned int defaultbg = 256; +unsigned int defaultcs = 258; +static unsigned int defaultrcs = 259; /* * Default shape of cursor