X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=blobdiff_plain;f=config.def.h;h=693bdbd9a1e18e80d4399aeef8d4728ba90c7f86;hp=75abefbb248cc0e8131c2aa470e30b20f3d7e3d6;hb=7e7760c2ed1a6fc9d500da51bd8dc499fb36e1b0;hpb=adde5c6d9dec3a0ab4d78b9d6e70b970ffb33a05 diff --git a/config.def.h b/config.def.h index 75abefb..693bdbd 100644 --- a/config.def.h +++ b/config.def.h @@ -62,6 +62,14 @@ static unsigned int defaultbg = 0; static unsigned int defaultcs = 256; static unsigned int defaultucs = 257; +/* + * Colors used, when the specific fg == defaultfg. So in reverse mode this + * will reverse too. Another logic would only make the simple feature too + * complex. + */ +static unsigned int defaultitalic = 11; +static unsigned int defaultunderline = 7; + /* Internal shortcuts. */ #define MODKEY Mod1Mask