summaryrefslogtreecommitdiff
path: root/theme/green
diff options
context:
space:
mode:
Diffstat (limited to 'theme/green')
-rw-r--r--theme/green/colors.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/theme/green/colors.h b/theme/green/colors.h
index 1c182f6..a9cd260 100644
--- a/theme/green/colors.h
+++ b/theme/green/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 = "#00731f";
+static const char* selfgcolor = "#ffffff";