diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-12-14 17:25:04 +0000 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-12-14 17:37:45 +0000 |
commit | 064bcb935fd985e379b4d682b818a99dba33fd83 (patch) | |
tree | d3e91ecb6d37683327c788680ff4b88d0372fd80 | |
parent | 9230c5392881b96753599ce6fceb2c9865590129 (diff) | |
download | st-064bcb935fd985e379b4d682b818a99dba33fd83.tar.gz |
config.h: White font allows more contrast
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ static const char *colorname[] = { * Default colors (colorname index) * foreground, background, cursor, reverse cursor */ -unsigned int defaultfg = 7; +unsigned int defaultfg = 15; unsigned int defaultbg = 0; static unsigned int defaultcs = 256; static unsigned int defaultrcs = 257; |