aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index d3c8737..8d4eb60 100644
--- a/config.def.h
+++ b/config.def.h
@@ -136,7 +136,7 @@ static const char *colorname[] = {
* foreground, background, cursor
*/
unsigned int defaultfg = 257;
-unsigned int defaultbg = 256;
+unsigned int defaultbg = 0;
static unsigned int defaultcs = 257;
static unsigned int defaultrcs = 257;
@@ -204,7 +204,7 @@ ResourcePref resources[] = {
{ "color13", STRING, &colorname[13] },
{ "color14", STRING, &colorname[14] },
{ "color15", STRING, &colorname[15] },
- { "background", STRING, &colorname[256] },
+ { "background", STRING, &colorname[0] },
{ "foreground", STRING, &colorname[257] },
{ "cursorColor", STRING, &colorname[258] },
{ "termname", STRING, &termname },