diff options
Diffstat (limited to 'theme/nature2/colors.h')
| -rw-r--r-- | theme/nature2/colors.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/theme/nature2/colors.h b/theme/nature2/colors.h index 742853d..06b60b2 100644 --- a/theme/nature2/colors.h +++ b/theme/nature2/colors.h @@ -48,3 +48,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 = "#5B6B65"; +static const char* selfgcolor = "#ffffff"; |