summaryrefslogtreecommitdiff
path: root/tabbed
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 /tabbed
parent8fdc656707fa657b01e6cb397c2b8227ea421bbf (diff)
Theme files now have support for tabbed
Diffstat (limited to 'tabbed')
-rw-r--r--tabbed/config.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/tabbed/config.h b/tabbed/config.h
index c0b980e..107b526 100644
--- a/tabbed/config.h
+++ b/tabbed/config.h
@@ -1,12 +1,9 @@
+#include "../colors.h"
/* See LICENSE file for copyright and license details. */
/* appearance */
/*static const char font[] = "-*-*-medium-*-*-*-14-*-*-*-*-*-*-*"; */
static const char font[] = "Source Code Pro:size=9";
-static const char* normbgcolor = "#222222";
-static const char* normfgcolor = "#cccccc";
-static const char* selbgcolor = "#080466";
-static const char* selfgcolor = "#ffffff";
static const char before[] = "<";
static const char after[] = ">";
static const int tabwidth = 200;