X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.def.h;h=399ef1f167046bb92113bca116e620ac1c2b9903;hb=6c03690d117563acbe0665788420403f1cee50a8;hp=fa94e99dfc7e099175337b5ff2774b4f0a53cc3f;hpb=30967a2a66c125cd68ad2c44df11218ccad1105d;p=st.git diff --git a/config.def.h b/config.def.h index fa94e99..399ef1f 100644 --- a/config.def.h +++ b/config.def.h @@ -129,10 +129,10 @@ static const char *colorname[] = { */ 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 = 6, buffSize = 2048; +unsigned int const currentBg = 0, buffSize = 2048; /// [Vim Browse] Colors for search results currently on screen. unsigned int const highlightBg = 9, highlightFg = 15; char const wDelS[] = "!\"#$%&'()*+,-./:;<=>?@[\\]^`{|}~", wDelL[] = " \t";