diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-12-16 01:31:47 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-12-16 01:31:47 +0100 |
| commit | 9dee0bda79290d920d1727a592ffb8bfab2f1582 (patch) | |
| tree | 15698d0be81be7347124f1db966fbeff78c5a0a3 /config.h | |
| parent | c2eeef84fdfa3cb9a40d00d0aa0f35aa09438d99 (diff) | |
add alpha patch
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -95,6 +95,9 @@ char *termname = "st-256color"; */ unsigned int tabspaces = 4; +/* bg opacity */ +float alpha = 0.8; + /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { |
