From 9483c0ea05959d0a5f72077f9189590308d6ade6 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Sat, 22 Apr 2023 12:55:11 -0600 Subject: [PATCH] purple --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index e5f739e..3e132e1 100644 --- a/config.def.h +++ b/config.def.h @@ -16,7 +16,7 @@ static const char col_gray3[] = "#bbbbbb"; static const char col_gray4[] = "#eeeeee"; static const char col_cyan[] = "#005577"; /* custom colors */ -static const char col_main[] = "#83a598"; +static const char col_main[] = "#d3869b"; static const char col_second[] = "#121212"; static const char *colors[][3] = { /* --------------- */