Skip to content

Commit 42c63a0

Browse files
authored
Added more accurate colors
1 parent c81e41d commit 42c63a0

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
@@ -277,7 +277,7 @@ theme.loadTreeSitter = function ()
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).
280-
treesitter.TSMethod = { fg = solarized.cursor, style = 'bold' } -- For method calls and definitions.
280+
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
283283

0 commit comments

Comments
 (0)