]> git.armaanb.net Git - st.git/blobdiff - config.def.h
show dark cursor when unfocused.
[st.git] / config.def.h
index f1bd91ea8956d3a81cc9f1026ec7b43b93a15674..169bcdd3e13cd390a95e25360e109cc1a0f80c62 100644 (file)
@@ -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.