pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4d2190
)
changed cursor color
author
Daniel Liu
<mr.picklepinosaur@gmail.com>
Wed, 26 Aug 2020 04:13:44 +0000
(
00:13
-0400)
committer
Daniel Liu
<mr.picklepinosaur@gmail.com>
Wed, 26 Aug 2020 04:13:44 +0000
(
00:13
-0400)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
d9c46a6
..
d326cc0
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-127,9
+127,9
@@
static const char *colorname[] = {
* Default colors (colorname index)
* foreground, background, cursor, reverse cursor
*/
-unsigned int defaultfg =
15
;
+unsigned int defaultfg =
7
;
unsigned int defaultbg = 0;
-static unsigned int defaultcs =
256
;
+static unsigned int defaultcs =
15
;
static unsigned int defaultrcs = 257;
/*