From 5d8164facc2fc5f7b6275015d55003a34ce9d6b2 Mon Sep 17 00:00:00 2001 From: RitchielRez <52417892+ritchielrez@users.noreply.github.com> Date: Mon, 12 Sep 2022 16:31:03 +0600 Subject: [PATCH] fix(gruvbox_material): not `base0` but `base0E` --- 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 a8126b2..39599a1 100644 --- a/lua/base46/themes/gruvbox_material.lua +++ b/lua/base46/themes/gruvbox_material.lua @@ -56,7 +56,7 @@ M.polish_hl = { Include = { fg = M.base_16.base0E }, TSVariable = { fg = M.base_16.base08 }, TSProperty = { fg = M.base_16.base0C }, - Repeat = { fg = M.base_16.base0 }, + Repeat = { fg = M.base_16.base0E }, } vim.opt.bg = "dark"