diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -96,8 +96,8 @@ char *termname = "st-256color"; unsigned int tabspaces = 4; /* bg opacity */ -float alpha = 0.8; -float alphaUnfocused = 0.6; +float alpha = 0.9; +float alphaUnfocused = 0.0; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { |
