From 7b30390e26a7e2d1c13fdc43d855e542535697d8 Mon Sep 17 00:00:00 2001 From: mrdotx Date: Wed, 28 Jul 2021 21:16:49 +0200 Subject: [PATCH] typo corrected --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index f7a1e77..98856cf 100644 --- a/config.def.h +++ b/config.def.h @@ -11,7 +11,7 @@ static unsigned int borderwidth = 2; static unsigned int minpwlen = 32; static unsigned int alphas[SchemeLast][2] = { /* values between 0 (transparent) and 255 (opaque) */ - /* foreground, background */ + /* foreground, background */ [SchemePrompt] = { 255, 255 }, [SchemeNormal] = { 255, 230 }, [SchemeSelect] = { 255, 255 },