From 456ff0d2d8500da8c3c3415b9f64e53665449243 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Sun, 23 Jul 2023 21:12:34 -0600 Subject: [PATCH] back to normal xd --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index a21ba0f..f49649f 100644 --- a/config.def.h +++ b/config.def.h @@ -96,7 +96,7 @@ unsigned int tabspaces = 8; /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { /* 8 normal colors */ - [0] = "#1d2021", /* hard contrast: #1d2021 / soft contrast: #32302f */ + [0] = "#121212", /* hard contrast: #1d2021 / soft contrast: #32302f */ [1] = "#cc241d", /* red */ [2] = "#98971a", /* green */ [3] = "#d79921", /* yellow */