From ef2208ca42abf15a2ebe541c34450540b6b0d464 Mon Sep 17 00:00:00 2001 From: RitchielRez <52417892+ritchielrez@users.noreply.github.com> Date: Mon, 12 Sep 2022 13:15:20 +0600 Subject: [PATCH] feat(gruvbox_material): include property color doesn't change --- 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 62878eb..f8f3dda 100644 --- a/lua/base46/themes/gruvbox_material.lua +++ b/lua/base46/themes/gruvbox_material.lua @@ -54,7 +54,7 @@ M.base_16 = { M.polish_hl = { TSVariable = { fg = M.base_16.base08 }, - TSInclude = { fg = M.base_30.red }, + TSInclude = { fg = M.base_16.base0E }, } vim.opt.bg = "dark"