dwm - Custom fork of dwm
ssh://anon@thyssentishman.com/dwm
Log | Files | Refs | Feed | Contribute | README | LICENSE

Commit: 1eba4eb0ea993ce9708a6660176c4d7688bdf358
Parent: 9627aaedee7aafd3b54ab02c649c4562a400cbe1
Author: Johannes Thyssen Tishman
Date:   Tue,  9 Apr 2024 12:04:30 +0000

Make colors consistent with the rest of the system

Diffstat:
M config.h | 4 ++--

1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.h b/config.h
@@ -16,8 +16,8 @@ static const Layout layouts[]      = {{ "[|=]", tile }, { "[ ]", monocle }};
 /* appearance */
 static char *colors[][3] = {
     /*               fg        bg        border */
-    [SchemeNorm] = { color[7], color[0], color[8] },
-    [SchemeSel]  = { color[7], color[8], color[4] },
+    [SchemeNorm] = { color[15], color[8], color[8] },
+    [SchemeSel]  = { color[10], color[0], color[4] },
 };
 
 /* rules */