diff options
Diffstat (limited to 'theme/landscape/colors.h')
| -rw-r--r-- | theme/landscape/colors.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/theme/landscape/colors.h b/theme/landscape/colors.h index 4b3fea2..589ecdc 100644 --- a/theme/landscape/colors.h +++ b/theme/landscape/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 = "#0073A0"; +static const char* selfgcolor = "#ffffff"; |