From 05708c89c3aec1615f03171d205fd0d2573f635c Mon Sep 17 00:00:00 2001 From: Tristan Simas Date: Wed, 13 May 2020 17:10:44 -0400 Subject: [PATCH] Reverted bg opacity back to 0.8 for upstream merge --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index eab1df9..c8921bd 100644 --- a/config.h +++ b/config.h @@ -108,7 +108,7 @@ char *termname = "st-256color"; unsigned int tabspaces = 8; /* bg opacity */ -float alpha = 0.9; +float alpha = 0.8; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = {