From 34b3e2452726d41b161e1c71cb638ce32717c856 Mon Sep 17 00:00:00 2001 From: RitchielRez <52417892+ritchielrez@users.noreply.github.com> Date: Sat, 10 Sep 2022 20:06:05 +0600 Subject: [PATCH] feat(gruvbox_material): some problems with variables --- lua/base46/themes/gruvbox_material.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/base46/themes/gruvbox_material.lua b/lua/base46/themes/gruvbox_material.lua index c73a4fe..dc80077 100644 --- a/lua/base46/themes/gruvbox_material.lua +++ b/lua/base46/themes/gruvbox_material.lua @@ -49,7 +49,7 @@ M.base_16 = { base01 = "#2e2e2e", base00 = "#282828", base09 = "#e78a4e", - base06 = "#d4be98", + base06 = "#7daea3", } vim.opt.bg = "dark"