aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h10
1 files changed, 6 insertions, 4 deletions
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[] = {
32 32
33 /* more colors can be added to use with DefaultXX */ 33 /* more colors can be added to use with DefaultXX */
34 "#cccccc", 34 "#cccccc",
35 "#333333",
35}; 36};
36 37
37/* Default colors (colorname index) 38/* Default colors (colorname index)
38 foreground, background, cursor */ 39 foreground, background, cursor, unfocused cursor */
39#define DefaultFG 7 40#define DefaultFG 7
40#define DefaultBG 0 41#define DefaultBG 0
41#define DefaultCS 16 42#define DefaultCS 16
43#define DefaultUCS 17
42 44
43/* Special keys (change & recompile st.info accordingly) 45/* Special keys (change & recompile st.info accordingly)
44 Keep in mind that kpress() in st.c hardcodes some keys. 46 Keep in mind that kpress() in st.c hardcodes some keys.