From c12b8304b57e1b3cec7ea73752e1598fe44a1753 Mon Sep 17 00:00:00 2001
From: Luca Bilke <luca@bil.ke>
Date: Fri, 5 Apr 2024 20:13:53 +0200
Subject: [PATCH] make dmenu opaque

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

diff --git a/config.h b/config.h
index 8a65914..73b83e2 100644
--- a/config.h
+++ b/config.h
@@ -8,7 +8,7 @@ static int fuzzy = 1;                       /* -F  option; if 0, dmenu doesn't u
 static char font[] = "FiraCode Nerd Font 12";
 static const char *prompt      = NULL;      /* -p  option; prompt to the left of input field */
 
-static const unsigned int baralpha = 0xcc;
+static const unsigned int baralpha = OPAQUE;
 static const unsigned int borderalpha = OPAQUE;
 static const unsigned int alphas[][3]      = {
 	/*               fg      bg        border     */