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