From b7b9c54a10a29e35eba914463f2e67630d5af3f4 Mon Sep 17 00:00:00 2001
From: Luke Smith <luke@lukesmith.xyz>
Date: Tue, 28 Apr 2020 19:09:15 -0400
Subject: less opaque to compensate for darker bg

---
 config.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h b/config.h
index a271d92..52a884a 100644
--- a/config.h
+++ b/config.h
@@ -91,7 +91,7 @@ char *termname = "st-256color";
 unsigned int tabspaces = 8;
 
 /* bg opacity */
-float alpha = 0.92;
+float alpha = 0.8;
 
 /* Terminal colors (16 first used in escape sequence) */
 static const char *colorname[] = {
-- 
cgit v1.2.3