From 208bb71a5af8b3ae788db6cdd4b8117b2cdd1d6d Mon Sep 17 00:00:00 2001 From: Kris Yotam Date: Tue, 27 Jan 2026 02:45:20 -0600 Subject: [PATCH] Set alpha to 0.8 for transparency Co-Authored-By: Claude Opus 4.5 --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 59a6457206a8c99b194d7ad710b23d32eb1e4d23..91d484d2c67f9e79dd7b25c683ca2ac70d2c67d9 100644 --- a/config.def.h +++ b/config.def.h @@ -114,7 +114,7 @@ char *termname = "st-256color"; unsigned int tabspaces = 8; /* bg opacity */ -float alpha = 1.0; +float alpha = 0.8; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = {