From 6dcc14829fef3aa213618074e355cf174cf97d34 Mon Sep 17 00:00:00 2001 From: RitchielRez <52417892+ritchielrez@users.noreply.github.com> Date: Mon, 12 Sep 2022 13:34:03 +0600 Subject: [PATCH] fix(gruvbox_material): trying to change `TSInclude` property's color --- 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 7b5753c..3b3c7f3 100644 --- a/lua/base46/themes/gruvbox_material.lua +++ b/lua/base46/themes/gruvbox_material.lua @@ -53,7 +53,7 @@ M.base_16 = { } M.polish_hl = { - TSInclude = { fg = M.base_16.base0E }, + Include = { fg = M.base_16.base0E }, TSVariable = { fg = M.base_16.base08 }, }