summaryrefslogtreecommitdiff
path: root/theme/blue
diff options
context:
space:
mode:
Diffstat (limited to 'theme/blue')
-rw-r--r--theme/blue/colors.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/theme/blue/colors.h b/theme/blue/colors.h
index 648208b..e920b62 100644
--- a/theme/blue/colors.h
+++ b/theme/blue/colors.h
@@ -49,3 +49,11 @@ 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 = "#0a0063";
+static const char* selfgcolor = "#ffffff";
+