diff options
Diffstat (limited to 'config.def.h.orig')
-rw-r--r-- | config.def.h.orig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h.orig b/config.def.h.orig index 01bf7eb..6d0bb14 100644 --- a/config.def.h.orig +++ b/config.def.h.orig @@ -111,6 +111,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 */ |