summaryrefslogtreecommitdiff
path: root/lua/no-clown-fiesta
diff options
context:
space:
mode:
Diffstat (limited to 'lua/no-clown-fiesta')
-rw-r--r--lua/no-clown-fiesta/Treesitter.lua2
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..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.red, 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 },