diff options
Diffstat (limited to 'theme/snowleopard/colors.h')
| -rw-r--r-- | theme/snowleopard/colors.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/theme/snowleopard/colors.h b/theme/snowleopard/colors.h index c1cb087..d5aa2f5 100644 --- a/theme/snowleopard/colors.h +++ b/theme/snowleopard/colors.h @@ -48,3 +48,10 @@ 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 = "#CD63C8"; +static const char* selfgcolor = "#ffffff"; |