aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-04-30 12:50:52 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2023-04-30 12:50:52 +0200
commitaaf165bcbaf86948780c61cd9b877d6b0cf414f1 (patch)
tree16d5a0aec88cde5b3ef783c6cb8efc36c5f8bec0 /config.h
parent2fe11f2546b08ab6257bdb594606600087c270e6 (diff)
only make color bright when code < 8
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 946a548..03e1e83 100644
--- a/config.h
+++ b/config.h
@@ -162,7 +162,7 @@ static uint32_t colors[] = {
* Default colors (colorname index)
* foreground, background, cursor, reverse cursor
*/
-unsigned int defaultfg = 258;
+unsigned int defaultfg = 7;
unsigned int defaultbg = 259;
unsigned int defaultcs = 256;
static unsigned int defaultrcs = 257;