Skip to content

Commit c81e41d

Browse files
authored
Update theme.lua
1 parent e44afb7 commit c81e41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/solarized/theme.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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).

0 commit comments

Comments
 (0)