From be2877cd042eaf5d0f7dda102f526357aa577232 Mon Sep 17 00:00:00 2001 From: Aurélien Aptel Date: Wed, 15 Feb 2012 19:33:48 +0100 Subject: show dark cursor when unfocused. --- config.def.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index f1bd91e..169bcdd 100644 --- a/config.def.h +++ b/config.def.h @@ -32,13 +32,15 @@ static const char *colorname[] = { /* more colors can be added 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 16 +#define DefaultUCS 17 /* Special keys (change & recompile st.info accordingly) Keep in mind that kpress() in st.c hardcodes some keys. -- cgit v1.2.3