X-Git-Url: https://git.danieliu.xyz/?p=st.git;a=blobdiff_plain;f=config.def.h;h=d9c46a6f491130db0325d39ff24a692ce2e12dfd;hp=87286c125c0240891b9e19cdb0b629ba41be1a76;hb=f4d21903a9183e614a70091b71a802bbdb067d68;hpb=6af0f06f812d7b8f423be03355b04d297b57acac diff --git a/config.def.h b/config.def.h index 87286c1..d9c46a6 100644 --- a/config.def.h +++ b/config.def.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;