From 36036f50697af383d7eedea82fe95a693b0da92b Mon Sep 17 00:00:00 2001 From: rafa_99 Date: Tue, 26 May 2020 20:24:23 +0000 Subject: Updated Configs --- colors.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'colors.h') diff --git a/colors.h b/colors.h index bc2470b..9664d47 100644 --- a/colors.h +++ b/colors.h @@ -27,3 +27,12 @@ static const char *colorname[] = { "#555555", "black", }; + +/* + * Default colors (colorname index) + * foreground, background, cursor, reverse cursor + */ +unsigned int defaultfg = 7; +unsigned int defaultbg = 258; +static unsigned int defaultcs = 256; +static unsigned int defaultrcs = 257; -- cgit v1.2.3