From fa5433935537f3c9b675e89dc83130855b59bfdf Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Tue, 11 Aug 2020 12:10:27 +0100 Subject: [PATCH] switch to soft gruvbox dark mode --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index c5c9fb2..8b5ba0c 100644 --- a/config.def.h +++ b/config.def.h @@ -97,7 +97,7 @@ unsigned int tabspaces = 8; static const char *colorname[] = { /* 8 normal colors */ - [0] = "#282828", /* hard contrast: #1d2021 / soft contrast: #32302f */ + [0] = "#32302f", /* hard contrast: #1d2021 / soft contrast: #32302f */ [1] = "#cc241d", /* red */ [2] = "#98971a", /* green */ [3] = "#d79921", /* yellow */