diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/no-clown-fiesta/Treesitter.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/Treesitter.lua b/lua/no-clown-fiesta/Treesitter.lua index f6d4ae9..40b7f8a 100644 --- a/lua/no-clown-fiesta/Treesitter.lua +++ b/lua/no-clown-fiesta/Treesitter.lua @@ -9,7 +9,7 @@ local Treesitter = {    TSException = { fg = C.red },    TSInclude = { fg = C.red },    TSKeyword = { fg = C.gray_blue, style = Config.italic_keywords }, -  TSKeywordFunction = { fg = C.red, style = Config.italic_keywords }, +  TSKeywordFunction = { fg = C.error_red, style = Config.italic_keywords },    TSLabel = { fg = C.white },    TSNamespace = { fg = C.white },    TSRepeat = { fg = C.gray_blue },  |