summaryrefslogtreecommitdiff
path: root/theme/purple_mountain
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-05-19 19:28:41 +0000
committerstkhan <personal@slickd.xyz>2022-05-19 19:28:41 +0000
commit1b1e0830abbf11284e5eca032b4111466be8ad0d (patch)
tree36b47ac58bb05dc435d275511477e7553c058003 /theme/purple_mountain
parent8fdc656707fa657b01e6cb397c2b8227ea421bbf (diff)
Theme files now have support for tabbed
Diffstat (limited to 'theme/purple_mountain')
-rw-r--r--theme/purple_mountain/colors.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/theme/purple_mountain/colors.h b/theme/purple_mountain/colors.h
index 5f4f2b2..44ada9b 100644
--- a/theme/purple_mountain/colors.h
+++ b/theme/purple_mountain/colors.h
@@ -38,3 +38,10 @@ static const char *colorname[] = {
"#000000", /* background */
"#cfcfcf", /* foreground */
};
+/*
+ * tabbed config
+*/
+static const char* normbgcolor = "#222222";
+static const char* normfgcolor = "#cccccc";
+static const char* selbgcolor = "#4B4E74";
+static const char* selfgcolor = "#ffffff";