summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-20 01:35:50 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-20 01:35:50 +0200
commit1f6ad75bb004699b7d2bc7261c2bb16ab0625a66 (patch)
treeaeb2a1352f7547981392e2df50f20a4be8c750f9
parent61be4da60f639b5cba3743cc7fb5315a60dfd1f2 (diff)
Revert "Set kw fun to red"
This reverts commit 0e27c81fc9271577b505d3c840abe14ea5aafc47.
-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 },