summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-20 18:11:03 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-20 18:11:03 +0200
commit5ff1d3cdac2aa94e2090a3a3cb10997a9f6f4986 (patch)
treeaeb2a1352f7547981392e2df50f20a4be8c750f9
parentdac30d5da54dac2365d1ae1e95f258558abe1904 (diff)
Set kw fun to gray blue
-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 4fe5d24..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.purple, 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 },