From 9e80f1853207057711c426c1342d620efb49b0f0 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Sun, 23 Jul 2023 20:08:15 -0600 Subject: [PATCH] different background! --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 7810909..0cda717 100644 --- a/config.def.h +++ b/config.def.h @@ -17,7 +17,7 @@ static const char col_gray4[] = "#eeeeee"; static const char col_cyan[] = "#005577"; /* custom colors */ static const char col_main[] = "#83a598"; -static const char col_second[] = "#1d1f20"; +static const char col_second[] = "#00111b"; static const char *colors[][3] = { /* --------------- */ /* fg bg border */