summaryrefslogtreecommitdiff
path: root/colors.h
diff options
context:
space:
mode:
authorrafa_99 <rafa99@protonmail.com>2020-05-26 20:24:23 +0000
committerrafa_99 <rafa99@protonmail.com>2020-05-26 20:24:23 +0000
commit36036f50697af383d7eedea82fe95a693b0da92b (patch)
tree6778d92e12ee2c0359a5744ee129d50744d6e255 /colors.h
parent3009d4e230559a9843fd13fdedd8aad8687e9f96 (diff)
Updated Configs
Diffstat (limited to 'colors.h')
-rw-r--r--colors.h9
1 files changed, 9 insertions, 0 deletions
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;