summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-08-27 13:13:56 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-08-27 13:13:56 -0400
commit814895755363de95760552c616a0246e5c3bbe52 (patch)
treee2ef2acd3d0bb040efb6492eecb07b35c58ee9a9
parentf0f1621f402a80b5c0d8e0e8f735d26268483f55 (diff)
bg fix on some graphical systems
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 1887ef7..224da06 100644
--- a/config.h
+++ b/config.h
@@ -114,7 +114,7 @@ static const char *colorname[] = {
* foreground, background, cursor, reverse cursor
*/
unsigned int defaultfg = 12;
-unsigned int defaultbg = 257;
+unsigned int defaultbg = 256;
static unsigned int defaultcs = 14;
static unsigned int defaultrcs = 15;