Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
Cleaning up lonely tabs.
[st.git]
/
config.def.h
diff --git
a/config.def.h
b/config.def.h
index
169bcdd
..
047b5d1
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-30,7
+30,9
@@
static const char *colorname[] = {
"cyan",
"white",
"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",
};
"#cccccc",
"#333333",
};
@@
-39,8
+41,8
@@
static const char *colorname[] = {
foreground, background, cursor, unfocused cursor */
#define DefaultFG 7
#define DefaultBG 0
foreground, background, cursor, unfocused cursor */
#define DefaultFG 7
#define DefaultBG 0
-#define DefaultCS
1
6
-#define DefaultUCS
1
7
+#define DefaultCS
25
6
+#define DefaultUCS
25
7
/* Special keys (change & recompile st.info accordingly)
Keep in mind that kpress() in st.c hardcodes some keys.
/* Special keys (change & recompile st.info accordingly)
Keep in mind that kpress() in st.c hardcodes some keys.