From a7305631cbad1ef1aa5d01b789f593d9fffca4e0 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Wed, 7 Jul 2021 01:58:13 +0200 Subject: [PATCH] Change background opacity to 85% --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index b30303d..6669e6f 100644 --- a/config.h +++ b/config.h @@ -97,7 +97,7 @@ char *termname = "st-256color"; unsigned int tabspaces = 8; /* bg opacity */ -float alpha = 0.7; +float alpha = 0.85; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = {