diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-12-16 01:51:14 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-12-16 01:51:14 +0100 |
| commit | ee9cc8d83a3574ca0168e0bd9a4248ee6dafd087 (patch) | |
| tree | 6217e1184061cca4c07f7542ff4f3c128f812ce0 /config.h | |
| parent | b168e596898ab0fbfb50468d21514e037c55288d (diff) | |
adjusted alpha
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[] = { |
