diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2022-12-20 12:57:31 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2022-12-20 12:57:31 +0100 |
| commit | 3f8bc36b2171c1a64f7ca41905ad517ff114ec18 (patch) | |
| tree | 6072cd1a2ed07575b25734a152beca949ee87dec /config.h | |
| parent | f239aeab41778fe8176eb96c31a057cbf676990b (diff) | |
add transparancy
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -93,6 +93,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[] = { /* 8 normal colors */ |