diff options
| author | Aiden Gall <aiden@aidengall.xyz> | 2023-11-16 02:35:15 +0000 |
|---|---|---|
| committer | Aiden Gall <aiden@aidengall.xyz> | 2023-11-16 02:35:15 +0000 |
| commit | 0fa2f8bfe053c36de873a23a1e54f2ad7eca097a (patch) | |
| tree | 1f13bfbccda3dd051b213f03b3ec696d898adf8e /config.def.h | |
| parent | bd6f16f5e52d51de7fb633a91b84e685aa885025 (diff) | |
patch alpha
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index e3b469b..dff6275 100644 --- a/config.def.h +++ b/config.def.h @@ -93,6 +93,8 @@ char *termname = "st-256color"; */ unsigned int tabspaces = 8; +float alpha = 0.8; + /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { /* 8 normal colors */ |
