From efad574780975ee22f2826900ac2a62883b02c40 Mon Sep 17 00:00:00 2001
From: Luke Smith <luke@lukesmith.xyz>
Date: Mon, 12 Mar 2018 10:57:47 -0700
Subject: transparency more opaque

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

diff --git a/config.def.h b/config.def.h
index 8ba1df1..8e10abd 100644
--- a/config.def.h
+++ b/config.def.h
@@ -83,7 +83,7 @@ static char termname[] = "st-256color";
 static unsigned int tabspaces = 8;
 
 /* bg opacity */
-static const int alpha = 0xaa;
+static const int alpha = 0xdd;
 
 /* Terminal colors (16 first used in escape sequence) */
 static const char *colorname[] = {
-- 
cgit v1.2.3