diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-20 01:36:09 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-20 01:36:09 +0200 |
commit | aec95a715b29014b376c65d4369f779e766807b8 (patch) | |
tree | dbbcc6aa6658aa1f769c97ef25c2faacd4f76b44 /lua/no-clown-fiesta | |
parent | 1f6ad75bb004699b7d2bc7261c2bb16ab0625a66 (diff) |
Revert "Set fun to gray blue"
This reverts commit 2dbb9d7305aaf3f12b222aac4dff98298a075cef.
Diffstat (limited to 'lua/no-clown-fiesta')
-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 722819a..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.gray_blue, 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 }, |