summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-20 01:11:10 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-20 01:11:10 +0200
commit2dbb9d7305aaf3f12b222aac4dff98298a075cef (patch)
treeaeb2a1352f7547981392e2df50f20a4be8c750f9
parentf37167d6a2db10b24e7e7603683ef58e10c8edfa (diff)
Set 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 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 },