File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -272,11 +272,11 @@ theme.loadTreeSitter = function ()
272272 end
273273
274274 if vim .g .solarized_italic_functions == true then
275- treesitter .TSFunction = { fg = solarized .cursor , style = ' bold,italic' } -- For fuction (calls and definitions).
275+ treesitter .TSFunction = { fg = solarized .purple , style = ' bold,italic' } -- For fuction (calls and definitions).
276276 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
279- treesitter .TSFunction = { fg = solarized .cursor , style = ' bold' } -- For fuction (calls and definitions).
279+ treesitter .TSFunction = { fg = solarized .purple , style = ' bold' } -- For fuction (calls and definitions).
280280 treesitter .TSMethod = { fg = solarized .purple , style = ' bold' } -- For method calls and definitions.
281281 treesitter .TSFuncBuiltin = { fg = solarized .yellow , style = ' bold' } -- For builtin functions: `table.insert` in Lua.
282282 end
You can’t perform that action at this time.
0 commit comments