From eb1d3dbaa06859fa4173004fe7fb52efad202418 Mon Sep 17 00:00:00 2001 From: RitchielRez <52417892+ritchielrez@users.noreply.github.com> Date: Mon, 12 Sep 2022 13:48:59 +0600 Subject: [PATCH] fix(gruvbox_material): `TSProperty` doesn't use the same color as `TSVariable` --- 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 3b3c7f3..f2d8191 100644 --- a/lua/base46/themes/gruvbox_material.lua +++ b/lua/base46/themes/gruvbox_material.lua @@ -55,6 +55,7 @@ M.base_16 = { M.polish_hl = { Include = { fg = M.base_16.base0E }, TSVariable = { fg = M.base_16.base08 }, + TSProperty = { fg = M.base_16.base0C }, } vim.opt.bg = "dark"