summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-05-09 07:38:23 -0400
committerLuke Smith <luke@lukesmith.xyz>2019-05-09 07:38:23 -0400
commit8c119155baf1e31c64fde71f89d0d1be393f2c6c (patch)
tree79880f7d37729a66e940e1c2b32e703e4b7128dd /config.h
parentbe3ea162793f4a6c1efc5a003e2db89af78e2ac8 (diff)
original color
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 6f1b85a..73c7503 100644
--- a/config.h
+++ b/config.h
@@ -115,8 +115,8 @@ static const char *colorname[] = {
* Default colors (colorname index)
* foreground, background, cursor, reverse cursor
*/
-unsigned int defaultfg = 257;
-unsigned int defaultbg = 256;
+unsigned int defaultfg = 15;
+unsigned int defaultbg = 0;
static unsigned int defaultcs = 15;
static unsigned int defaultrcs = 0;