From 35bb67c8b86e50b36978bd7272aa915e2f1652f3 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Tue, 17 Jan 2023 00:07:36 -0500 Subject: Alpha patch --- config.def.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.def.h') 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 */ -- cgit v1.2.3