aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorWarrick Lo <warrick.s.z.lo@gmail.com>2021-12-14 02:44:10 -0800
committerWarrick Lo <warrick.s.z.lo@gmail.com>2021-12-14 02:44:10 -0800
commit3a03e30ca722274a664e9c3f8e7cbb5a05988b3c (patch)
treec55119ffa76960fc83200bec11e2117e4bda34ab /config.def.h
parentAdd scrollback history (diff)
Add background transparencyHEADmaster
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 51d0236..59b1fe4 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 */