summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-20 01:08:43 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-20 01:08:43 +0200
commitf37167d6a2db10b24e7e7603683ef58e10c8edfa (patch)
treedbbcc6aa6658aa1f769c97ef25c2faacd4f76b44
parent7b953dfec5bebd25efacd1f6b036a1923e0bca2e (diff)
Set fun to 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..fae67ec 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.blue, style = Config.italic_keywords },
TSLabel = { fg = C.white },
TSNamespace = { fg = C.white },
TSRepeat = { fg = C.gray_blue },