diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-20 01:35:46 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-20 01:35:46 +0200 |
commit | 61be4da60f639b5cba3743cc7fb5315a60dfd1f2 (patch) | |
tree | df783527633765c82c3f3a9b18fe6b59862754c9 /lua/no-clown-fiesta/Treesitter.lua | |
parent | 1329c568b31857af5e865a8aff247de2c674775e (diff) |
Revert "Set kw fun to error red"
This reverts commit 1329c568b31857af5e865a8aff247de2c674775e.
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 40b7f8a..f6d4ae9 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.error_red, style = Config.italic_keywords }, + TSKeywordFunction = { fg = C.red, style = Config.italic_keywords }, TSLabel = { fg = C.white }, TSNamespace = { fg = C.white }, TSRepeat = { fg = C.gray_blue }, |