From 87bfa57605671e60fab925ae6e81ad08bd4a1369 Mon Sep 17 00:00:00 2001 From: Marcel Screm Date: Sun, 28 Dec 2025 20:13:38 +0100 Subject: added alpha patch --- config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h') 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 */ -- cgit v1.2.3