summaryrefslogtreecommitdiff
path: root/gruvbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'gruvbox.h')
-rw-r--r--gruvbox.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/gruvbox.h b/gruvbox.h
index 1f62023..16ef070 100644
--- a/gruvbox.h
+++ b/gruvbox.h
@@ -1,7 +1,7 @@
/* Gruvbox colorscheme */
static const char *colorname[] = {
/* 8 normal colors */
- [0] = "#282828", /* black */
+ [0] = "#1c1c1c", /* black */
[1] = "#cc241d", /* red */
[2] = "#98971a", /* green */
[3] = "#d79921", /* yellow */
@@ -20,3 +20,8 @@ static const char *colorname[] = {
[14] = "#8ec07c", /* cyan */
[15] = "#ebdbb2", /* white */
};
+
+unsigned int defaultfg = 15;
+unsigned int defaultbg = 0;
+unsigned int defaultcs = 15;
+static unsigned int defaultrcs = 257;