We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81e41d commit 42c63a0Copy full SHA for 42c63a0
lua/solarized/theme.lua
@@ -277,7 +277,7 @@ theme.loadTreeSitter = function ()
277
treesitter.TSFuncBuiltin = { fg = solarized.yellow, style = 'bold,italic' } -- For builtin functions: `table.insert` in Lua.
278
else
279
treesitter.TSFunction = { fg = solarized.cursor, style = 'bold' } -- For fuction (calls and definitions).
280
- treesitter.TSMethod = { fg = solarized.cursor, style = 'bold' } -- For method calls and definitions.
+ treesitter.TSMethod = { fg = solarized.purple, style = 'bold' } -- For method calls and definitions.
281
treesitter.TSFuncBuiltin = { fg = solarized.yellow, style = 'bold' } -- For builtin functions: `table.insert` in Lua.
282
end
283
0 commit comments