summaryrefslogtreecommitdiff
path: root/theme/dracula
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/dracula
parent8fdc656707fa657b01e6cb397c2b8227ea421bbf (diff)
Theme files now have support for tabbed
Diffstat (limited to 'theme/dracula')
-rw-r--r--theme/dracula/colors.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/theme/dracula/colors.h b/theme/dracula/colors.h
index f7353de..9acffac 100644
--- a/theme/dracula/colors.h
+++ b/theme/dracula/colors.h
@@ -49,5 +49,12 @@ static const char *colorname[] = {
"#282a36", /* 258 -> bg */
"#f8f8f2", /* 259 -> fg */
};
+/*
+ * tabbed config
+*/
+static const char* normbgcolor = "#222222";
+static const char* normfgcolor = "#cccccc";
+static const char* selbgcolor = "#6272a4";
+static const char* selfgcolor = "#ffffff";
+
-