From: Daniel Liu Date: Wed, 26 Aug 2020 04:14:01 +0000 (-0400) Subject: config X-Git-Url: https://git.danieliu.xyz/?p=st.git;a=commitdiff_plain;h=181c9f3ba9a0d9bb36b372f3dc04c966a95f491e;hp=3d9b24f83b78e42c1101025cef6ea9f07a4e6827 config --- diff --git a/config.def.h b/config.def.h index 47591cc..399ef1f 100644 --- a/config.def.h +++ b/config.def.h @@ -127,9 +127,9 @@ static const char *colorname[] = { * Default colors (colorname index) * foreground, background, cursor, reverse cursor */ -unsigned int defaultfg = 15; +unsigned int defaultfg = 7; unsigned int defaultbg = 0; -static unsigned int defaultcs = 256; +static unsigned int defaultcs = 15; static unsigned int defaultrcs = 257; unsigned int const currentBg = 0, buffSize = 2048;