summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-20 01:29:58 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-20 01:29:58 +0200
commit0e27c81fc9271577b505d3c840abe14ea5aafc47 (patch)
treedf783527633765c82c3f3a9b18fe6b59862754c9
parent2dbb9d7305aaf3f12b222aac4dff98298a075cef (diff)
Set kw fun to red
-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 722819a..f6d4ae9 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.gray_blue, style = Config.italic_keywords },
+ TSKeywordFunction = { fg = C.red, style = Config.italic_keywords },
TSLabel = { fg = C.white },
TSNamespace = { fg = C.white },
TSRepeat = { fg = C.gray_blue },