From 1b1e0830abbf11284e5eca032b4111466be8ad0d Mon Sep 17 00:00:00 2001 From: stkhan Date: Thu, 19 May 2022 19:28:41 +0000 Subject: Theme files now have support for tabbed --- tabbed/config.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tabbed') 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; -- cgit v1.2.3