diff options
| author | Jake Koroman <jake@jakekoroman.com> | 2025-10-03 10:41:49 -0400 |
|---|---|---|
| committer | Jake Koroman <jake@jakekoroman.com> | 2025-10-03 10:41:49 -0400 |
| commit | 1800bb3dac410b22cd443f72fede5bab236de35b (patch) | |
| tree | 7c4e89ee5a9dd7638a94daa26725cffd3f7b64ff /config.def.h | |
| parent | 1e4452b90aa9231c7181f7fd4aa4889560af8875 (diff) | |
patch: applied alpha.
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 2cd740a..019a4e1 100644 --- a/config.def.h +++ b/config.def.h @@ -93,6 +93,9 @@ char *termname = "st-256color"; */ unsigned int tabspaces = 8; +/* bg opacity */ +float alpha = 0.8; + /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { /* 8 normal colors */ |
