diff --git a/st-0.8.4/config.def.h b/st-0.8.4/config.def.h index 0e9b75e..f94bbf7 100644 --- a/st-0.8.4/config.def.h +++ b/st-0.8.4/config.def.h @@ -133,7 +133,7 @@ static const char *colorname[] = { * Default colors (colorname index) * foreground, background, cursor, reverse cursor */ -unsigned int defaultfg = 259; +unsigned int defaultfg = 15; unsigned int defaultbg = 258; static unsigned int defaultcs = 256; static unsigned int defaultrcs = 257; diff --git a/st-0.8.4/st b/st-0.8.4/st index 17a9489..440e71d 100755 Binary files a/st-0.8.4/st and b/st-0.8.4/st differ diff --git a/st-0.8.4/x.o b/st-0.8.4/x.o index 29a7798..028fe0a 100644 Binary files a/st-0.8.4/x.o and b/st-0.8.4/x.o differ