X-Git-Url: https://git.danieliu.xyz/?p=st.git;a=blobdiff_plain;f=config.def.h;h=d326cc0cf1b125909bf1ea3192e6916924c5f442;hp=d9c46a6f491130db0325d39ff24a692ce2e12dfd;hb=04216d89ea33527d2db3d7a8e4772bde09a71649;hpb=f4d21903a9183e614a70091b71a802bbdb067d68 diff --git a/config.def.h b/config.def.h index d9c46a6..d326cc0 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; /*