From 31c1a5ba43e1bb90e565e025cb42b5353e5909ae Mon Sep 17 00:00:00 2001 From: RitchielRez <52417892+ritchielrez@users.noreply.github.com> Date: Mon, 12 Sep 2022 13:06:23 +0600 Subject: [PATCH] feat(gruvbox_material): include property uses red now --- lua/base46/themes/gruvbox_material.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/base46/themes/gruvbox_material.lua b/lua/base46/themes/gruvbox_material.lua index 2d9a4e6..62878eb 100644 --- a/lua/base46/themes/gruvbox_material.lua +++ b/lua/base46/themes/gruvbox_material.lua @@ -54,6 +54,7 @@ M.base_16 = { M.polish_hl = { TSVariable = { fg = M.base_16.base08 }, + TSInclude = { fg = M.base_30.red }, } vim.opt.bg = "dark"