diff options
| author | P.P.A <adolphs@moselle.moe> | 2023-07-08 12:12:34 +0200 |
|---|---|---|
| committer | P.P.A <adolphs@moselle.moe> | 2023-07-08 12:12:34 +0200 |
| commit | 60520dbe3f6301aaa3ce62c7e6dc9a47c84fcd7f (patch) | |
| tree | 86beeedb388c26c5ecd911356d060b14e37d0f59 /config.def.h | |
| parent | 51127ea186a86729364553970d53827645e4802b (diff) | |
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 c223706..99156da 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 */ |
