diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-20 01:36:11 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-20 01:36:11 +0200 |
commit | 15a7035fc7c1370eec5622d1f5b9b08a55e3a5ea (patch) | |
tree | deb0ad93cf91316030bb0ceede1229fc42c081d8 /lua/no-clown-fiesta/Treesitter.lua | |
parent | aec95a715b29014b376c65d4369f779e766807b8 (diff) |
Revert "Set fun to blue"
This reverts commit f37167d6a2db10b24e7e7603683ef58e10c8edfa.
Diffstat (limited to 'lua/no-clown-fiesta/Treesitter.lua')
-rw-r--r-- | lua/no-clown-fiesta/Treesitter.lua | 2 |
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..4fe5d24 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.purple, style = Config.italic_keywords }, TSLabel = { fg = C.white }, TSNamespace = { fg = C.white }, TSRepeat = { fg = C.gray_blue }, |