diff --git a/st/config.h b/st/config.h index 1dd7a7c..a8eb1cd 100644 --- a/st/config.h +++ b/st/config.h @@ -120,8 +120,8 @@ static const char *colorname[] = { /* more colors can be added after 255 to use with DefaultXX */ "#cccccc", "#555555", - "gray90", /* default foreground colour */ - "black", /* default background colour */ + "#ffb2b7", /* default foreground colour */ + "#011627", /* default background colour */ }; @@ -141,7 +141,7 @@ static unsigned int defaultrcs = 257; * 6: Bar ("|") * 7: Snowman ("☃") */ -static unsigned int cursorshape = 2; +static unsigned int cursorshape = 4; /* * Default columns and rows numbers diff --git a/st/st b/st/st index 9f9745f..e6994b0 100755 Binary files a/st/st and b/st/st differ diff --git a/st/st.o b/st/st.o index 0a72709..0513d88 100644 Binary files a/st/st.o and b/st/st.o differ diff --git a/st/x.o b/st/x.o index 6ae9473..c91162b 100644 Binary files a/st/x.o and b/st/x.o differ