From dd3316c4fa481c780b95d3850a43b9eab8efcf0e Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 20 Aug 2025 21:18:16 +0100 Subject: adjust alpha --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 3f62d89..e8633e6 100644 --- a/config.h +++ b/config.h @@ -94,7 +94,7 @@ char *termname = "st-256color"; unsigned int tabspaces = 8; /* bg opacity */ -float alpha = 0.90, alphaUnfocused = 0.80; +float alpha = 0.80, alphaUnfocused = 0.70; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { -- cgit v1.2.3-13-gbd6f