From 17b4b7c6f9e4794b7f97fda8ac5aca5a326fcdd0 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Thu, 5 Oct 2023 22:18:26 +0200 Subject: [PATCH] Make light background less bright --- lua/gruvbox.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lua/gruvbox.lua b/lua/gruvbox.lua index ca63452..9e9c79e 100644 --- a/lua/gruvbox.lua +++ b/lua/gruvbox.lua @@ -15,9 +15,8 @@ M.colors = function() light3 = '#bdae93', -- | | 248 | 189 174 147 light2 = '#d5c4a1', -- | | 250 | 213 196 161 light1 = '#ebdbb2', -- 15 | | 223 | 235 219 178 - --light0_ss = '#f2e5bc', -- | | 228 | 242 229 188 - light0_s = '#fbf1c7', -- | 0 | 229 | 253 244 193 - light0 = '#f9f5d7', -- | | 230 | 249 245 215 + light0_s = '#f2e5bc', -- | | 228 | 242 229 188 + light0 = '#fbf1c7', -- | 0 | 229 | 253 244 193 red_darkest = '#2e100f', green_darkest = '#2e2e0f',