diff --git a/lua/solarized/theme.lua b/lua/solarized/theme.lua index e1af644..0190bf7 100644 --- a/lua/solarized/theme.lua +++ b/lua/solarized/theme.lua @@ -277,7 +277,7 @@ theme.loadTreeSitter = function () treesitter.TSFuncBuiltin = { fg = solarized.yellow, style = 'bold,italic' } -- For builtin functions: `table.insert` in Lua. else treesitter.TSFunction = { fg = solarized.cursor, style = 'bold' } -- For fuction (calls and definitions). - treesitter.TSMethod = { fg = solarized.cursor, style = 'bold' } -- For method calls and definitions. + treesitter.TSMethod = { fg = solarized.purple, style = 'bold' } -- For method calls and definitions. treesitter.TSFuncBuiltin = { fg = solarized.yellow, style = 'bold' } -- For builtin functions: `table.insert` in Lua. end