summaryrefslogtreecommitdiff
path: root/theme/forest/colors.h
diff options
context:
space:
mode:
Diffstat (limited to 'theme/forest/colors.h')
-rw-r--r--theme/forest/colors.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/theme/forest/colors.h b/theme/forest/colors.h
index 7bd6cdf..7a2d3c5 100644
--- a/theme/forest/colors.h
+++ b/theme/forest/colors.h
@@ -48,3 +48,10 @@ static const char *colorname[] = {
"#000000", /* 258 -> bg */
"#cfcfcf", /* 259 -> fg */
};
+/*
+ * tabbed config
+*/
+static const char* normbgcolor = "#222222";
+static const char* normfgcolor = "#cccccc";
+static const char* selbgcolor = "#7F8071";
+static const char* selfgcolor = "#ffffff";