aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2021-12-14 17:25:04 +0000
committerRomain Gonçalves <me@rgoncalves.se>2021-12-14 17:37:45 +0000
commit064bcb935fd985e379b4d682b818a99dba33fd83 (patch)
treed3e91ecb6d37683327c788680ff4b88d0372fd80
parent9230c5392881b96753599ce6fceb2c9865590129 (diff)
downloadst-064bcb935fd985e379b4d682b818a99dba33fd83.tar.gz
config.h: White font allows more contrast
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 9783174..ea7a204 100644
--- a/config.h
+++ b/config.h
@@ -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;
remember that computers suck.