diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -97,6 +97,7 @@ unsigned int tabspaces = 4; /* bg opacity */ float alpha = 0.8; +float alphaUnfocused = 0.6; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { @@ -140,6 +141,7 @@ unsigned int defaultfg = 258; unsigned int defaultbg = 259; unsigned int defaultcs = 256; static unsigned int defaultrcs = 257; +unsigned int bg = 259, bgUnfocused = 259; /* * Default shape of cursor |
