Skip to content

Commit

Permalink
Update theme.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunsingh authored Jun 1, 2021
1 parent 2128f59 commit ab113ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/solarized/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@ theme.loadTreeSitter = function ()
treesitter.TSVariable = { fg = solarized.gray, style = 'italic' } -- Any variable name that does not have another highlight.
treesitter.TSVariableBuiltin = { fg = solarized.gray, style = 'italic' } -- Variable names that are defined by the languages, like `this` or `self`.
else
treesitter.TSVariable = { fg = solarized.gray, style = 'bold' } -- Any variable name that does not have another highlight.
treesitter.TSVariableBuiltin = { fg = solarized.gray, style = 'bold' } -- Variable names that are defined by the languages, like `this` or `self`.
treesitter.TSVariable = { fg = solarized.gray} -- Any variable name that does not have another highlight.
treesitter.TSVariableBuiltin = { fg = solarized.gray} -- Variable names that are defined by the languages, like `this` or `self`.
end

return treesitter
Expand Down

0 comments on commit ab113ca

Please sign in to comment.