show dark cursor when unfocused.
This commit is contained in:
parent
d8e11bdb0e
commit
be2877cd04
3 changed files with 18 additions and 7 deletions
10
config.def.h
10
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue