From 2b0c13cb3be1c874942983a9aa58e600d091364c Mon Sep 17 00:00:00 2001 From: RitchielRez <52417892+ritchielrez@users.noreply.github.com> Date: Mon, 12 Sep 2022 13:24:38 +0600 Subject: [PATCH] fix(gruvbox_material): `TSInclude` should be 1st --- 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 f8f3dda..7b5753c 100644 --- a/lua/base46/themes/gruvbox_material.lua +++ b/lua/base46/themes/gruvbox_material.lua @@ -53,8 +53,8 @@ M.base_16 = { } M.polish_hl = { - TSVariable = { fg = M.base_16.base08 }, TSInclude = { fg = M.base_16.base0E }, + TSVariable = { fg = M.base_16.base08 }, } vim.opt.bg = "dark"