File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ theme.loadTreeSitter = function ()
273273
274274 if vim .g .solarized_italic_functions == true then
275275 treesitter .TSFunction = { fg = solarized .cursor , style = ' bold,italic' } -- For fuction (calls and definitions).
276- treesitter .TSMethod = { fg = solarized .cursor , style = ' bold,italic' } -- For method calls and definitions.
276+ treesitter .TSMethod = { fg = solarized .purple , style = ' bold,italic' } -- For method calls and definitions.
277277 treesitter .TSFuncBuiltin = { fg = solarized .yellow , style = ' bold,italic' } -- For builtin functions: `table.insert` in Lua.
278278 else
279279 treesitter .TSFunction = { fg = solarized .cursor , style = ' bold' } -- For fuction (calls and definitions).
You can’t perform that action at this time.
0 commit comments