From b4be16c6e4cf6d7a48af876b021f1a856ca73d07 Mon Sep 17 00:00:00 2001 From: siduck Date: Thu, 2 Jun 2022 16:05:00 +0530 Subject: [PATCH] fix https://github.com/NvChad/NvChad/issues/1166 --- lua/hl_themes/palenight.lua | 3 --- lua/integrations/treesitter.lua | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/lua/hl_themes/palenight.lua b/lua/hl_themes/palenight.lua index 4583b70..effc101 100644 --- a/lua/hl_themes/palenight.lua +++ b/lua/hl_themes/palenight.lua @@ -57,9 +57,6 @@ M.polish_hl = { TSInclude = { fg = M.base_30.purple, }, - LuaTSField = { - fg = M.base_30.yellow, - }, TSFieldKey = { fg = M.base_30.orange, }, diff --git a/lua/integrations/treesitter.lua b/lua/integrations/treesitter.lua index 0ac3275..5752c58 100644 --- a/lua/integrations/treesitter.lua +++ b/lua/integrations/treesitter.lua @@ -167,7 +167,7 @@ return { }, luaTSField = { - fg = theme.base07, + fg = theme.base0D, }, TSFieldKey = {