diff options
| -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 fae67ec..722819a 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.blue, style = Config.italic_keywords }, +  TSKeywordFunction = { fg = C.gray_blue, style = Config.italic_keywords },    TSLabel = { fg = C.white },    TSNamespace = { fg = C.white },    TSRepeat = { fg = C.gray_blue },  |