diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-12-16 01:54:11 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-12-16 01:54:11 +0100 |
| commit | f8874b0a788dc169263742f091d3006e03a2b282 (patch) | |
| tree | 5ab9def317dc0287ba6433245d1635cd99c00ec2 /config.h | |
| parent | ee9cc8d83a3574ca0168e0bd9a4248ee6dafd087 (diff) | |
adjusted unfocused alpha; adding changealpha tomorrow
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ unsigned int tabspaces = 4; /* bg opacity */ float alpha = 0.9; -float alphaUnfocused = 0.0; +float alphaUnfocused = 0.9; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { |
