summaryrefslogtreecommitdiff
path: root/tabbed/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'tabbed/config.h')
-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;