From 29e3d420003c1866ae95d355cf55a2998dcba38d Mon Sep 17 00:00:00 2001 From: cptbbVM Date: Wed, 13 Dec 2023 09:01:18 +0100 Subject: [PATCH] dwm unslected text color reversed --- dwm/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwm/config.h b/dwm/config.h index 900f75d..370cf3c 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -11,7 +11,7 @@ static const char dmenufont[] = "monospace:size=12"; static const char col_gray1[] = "#A0E418"; static const char col_gray2[] = "#E5F9BD"; static const char col_gray3[] = "#505250"; -static const char col_gray4[] = "#505250"; +static const char col_gray4[] = "#E5F9BD"; static const char col_cyan[] = "#7FB414"; static const char *colors[][3] = { /* fg bg border */