From caf63f3ed787792e15f6ffefde25876e5bd71761 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Tue, 7 Sep 2021 23:20:23 +0200 Subject: [PATCH] Brighten up --- config.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 26e0fe8..8b4e78e 100644 --- a/config.h +++ b/config.h @@ -10,9 +10,11 @@ static const char *fonts[] = { static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char gruv_fg[] = "#282828"; -static const char gruv_bg[] = "#f2e5bc"; +//static const char gruv_bg[] = "#f2e5bc"; +static const char gruv_bg[] = "#f9f5d7"; static const char gruv_yellow[] = "#d79921"; -static const char gruv_green[] = "#98971a"; +//static const char gruv_green[] = "#98971a"; +static const char gruv_green[] = "#689d6a"; static const char *colors[SchemeLast][2] = { /* fg bg */