diff options
Diffstat (limited to 'theme/blue_wave')
| -rw-r--r-- | theme/blue_wave/colors.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/theme/blue_wave/colors.h b/theme/blue_wave/colors.h index 5ed1f78..3b05597 100644 --- a/theme/blue_wave/colors.h +++ b/theme/blue_wave/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 = "#001D7B"; +static const char* selfgcolor = "#ffffff"; + |