aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMarcel Screm <marcel@marcelscrem.com>2025-12-28 20:13:38 +0100
committerMarcel Screm <marcel@marcelscrem.com>2025-12-28 20:13:38 +0100
commit87bfa57605671e60fab925ae6e81ad08bd4a1369 (patch)
tree73a2724250ec2a15785016cf14194d4bceb9661a /config.h
parentd7d617f3d463b82d64dff809c395e94b64bdf15f (diff)
added alpha patch
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h b/config.h
index a6fa95f..26e4c64 100644
--- a/config.h
+++ b/config.h
@@ -93,6 +93,9 @@ char *termname = "st-256color";
*/
unsigned int tabspaces = 8;
+/* bg opacity */
+float alpha = 0.9;
+
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {
"#282828", /* hard contrast: #1d2021 / soft contrast: #32302f */