diff options
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 71eb889..2d424b3 100644 --- a/lua/no-clown-fiesta/Treesitter.lua +++ b/lua/no-clown-fiesta/Treesitter.lua @@ -20,7 +20,7 @@ local Treesitter = { TSBoolean = { fg = C.blue }, TSCharacter = { fg = C.light_green }, TSError = { fg = C.error_red }, - TSFunction = { fg = C.white }, + TSFunction = { fg = C.cyan }, TSFuncBuiltin = { fg = C.white }, TSMethod = { fg = C.white }, TSConstMacro = { fg = C.white }, |