diff options
Diffstat (limited to 'theme/purple_mountain')
| -rw-r--r-- | theme/purple_mountain/colors.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/theme/purple_mountain/colors.h b/theme/purple_mountain/colors.h index 5f4f2b2..44ada9b 100644 --- a/theme/purple_mountain/colors.h +++ b/theme/purple_mountain/colors.h @@ -38,3 +38,10 @@ static const char *colorname[] = { "#000000", /* background */ "#cfcfcf", /* foreground */ }; +/* + * tabbed config +*/ +static const char* normbgcolor = "#222222"; +static const char* normfgcolor = "#cccccc"; +static const char* selbgcolor = "#4B4E74"; +static const char* selfgcolor = "#ffffff"; |