st

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 208bb71a5af8b3ae788db6cdd4b8117b2cdd1d6d
parent 8b10af3ae1c6ef04132b6cb719b7938ba55cec6a
Author: Kris Yotam <krisyotam@protonmail.com>
Date:   Tue, 27 Jan 2026 02:45:20 -0600

Set alpha to 0.8 for transparency

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

Diffstat:
Mconfig.def.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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[] = {