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 --- theme/blue/colors.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'theme/blue') diff --git a/theme/blue/colors.h b/theme/blue/colors.h index 648208b..e920b62 100644 --- a/theme/blue/colors.h +++ b/theme/blue/colors.h @@ -49,3 +49,11 @@ static const char *colorname[] = { "#000000", /* 258 -> bg */ "#cfcfcf", /* 259 -> fg */ }; +/* + * tabbed config +*/ +static const char* normbgcolor = "#222222"; +static const char* normfgcolor = "#cccccc"; +static const char* selbgcolor = "#0a0063"; +static const char* selfgcolor = "#ffffff"; + -- cgit v1.2.3