X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.def.h;h=047b5d17f6d9d86b3e19ecfa04ed4a4b26e05a28;hb=e02d72441ab6c1fba649ca65824b2d5dbb9db0f4;hp=f1bd91ea8956d3a81cc9f1026ec7b43b93a15674;hpb=d8e11bdb0ecbccbaab7d944a577b9557ccff5d52;p=st.git diff --git a/config.def.h b/config.def.h index f1bd91e..047b5d1 100644 --- a/config.def.h +++ b/config.def.h @@ -30,15 +30,19 @@ static const char *colorname[] = { "cyan", "white", - /* more colors can be added to use with DefaultXX */ + [255] = 0, + + /* more colors can be added after 255 to use with DefaultXX */ "#cccccc", + "#333333", }; /* Default colors (colorname index) - foreground, background, cursor */ -#define DefaultFG 7 -#define DefaultBG 0 -#define DefaultCS 16 + foreground, background, cursor, unfocused cursor */ +#define DefaultFG 7 +#define DefaultBG 0 +#define DefaultCS 256 +#define DefaultUCS 257 /* Special keys (change & recompile st.info accordingly) Keep in mind that kpress() in st.c hardcodes some keys.