commit f19116cd2da5b2b167103acd3fc0ef5ef5e60292 parent 6b2dc372ac303dcedfe1399c1c4a07ae4157f31d Author: Ed van Bruggen <edvb54@gmail.com> Date: Mon, 16 Nov 2015 21:46:48 -0800 Config.h: Update st colors Diffstat:
config.h/st.config.h | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/config.h/st.config.h b/config.h/st.config.h @@ -99,9 +99,9 @@ static const char *colorname[] = { * Default colors (colorname index) * foreground, background, cursor */ -static unsigned int defaultfg = 7; -static unsigned int defaultbg = 0; -static unsigned int defaultcs = 256; +static unsigned int defaultfg = 12; +static unsigned int defaultbg = 8; +static unsigned int defaultcs = 14; /*