Skip to content

Commit

Permalink
Added more accurate colors
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunsingh authored Jun 2, 2021
1 parent c81e41d commit 42c63a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/solarized/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ theme.loadTreeSitter = function ()
treesitter.TSFuncBuiltin = { fg = solarized.yellow, style = 'bold,italic' } -- For builtin functions: `table.insert` in Lua.
else
treesitter.TSFunction = { fg = solarized.cursor, style = 'bold' } -- For fuction (calls and definitions).
treesitter.TSMethod = { fg = solarized.cursor, style = 'bold' } -- For method calls and definitions.
treesitter.TSMethod = { fg = solarized.purple, style = 'bold' } -- For method calls and definitions.
treesitter.TSFuncBuiltin = { fg = solarized.yellow, style = 'bold' } -- For builtin functions: `table.insert` in Lua.
end

Expand Down

0 comments on commit 42c63a0

Please sign in to comment.