diff options
| author | stkhan <personal@slickd.xyz> | 2022-05-19 19:28:41 +0000 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2022-05-19 19:28:41 +0000 |
| commit | 1b1e0830abbf11284e5eca032b4111466be8ad0d (patch) | |
| tree | 36b47ac58bb05dc435d275511477e7553c058003 /tabbed/config.h | |
| parent | 8fdc656707fa657b01e6cb397c2b8227ea421bbf (diff) | |
Theme files now have support for tabbed
Diffstat (limited to 'tabbed/config.h')
| -rw-r--r-- | tabbed/config.h | 5 |
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; |