diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-17 00:07:36 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-17 00:07:36 -0500 |
| commit | 35bb67c8b86e50b36978bd7272aa915e2f1652f3 (patch) | |
| tree | fb2d01ee4488848b0050c09f10669a666ccd94ca /config.def.h | |
| parent | 68d1ad9b54e952e3079356aeab8ab37e44c56c2c (diff) | |
| download | st-35bb67c8b86e50b36978bd7272aa915e2f1652f3.tar.gz st-35bb67c8b86e50b36978bd7272aa915e2f1652f3.tar.xz | |
Alpha patch
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 91ab8ca..6af616e 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 */ |
