Update theme.lua

This commit is contained in:
shaunsingh
2021-06-01 13:27:55 -04:00
committed by GitHub
parent 2128f59ede
commit ab113cac2c

View File

@@ -285,8 +285,8 @@ theme.loadTreeSitter = function ()
treesitter.TSVariable = { fg = solarized.gray, style = 'italic' } -- Any variable name that does not have another highlight. 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`. treesitter.TSVariableBuiltin = { fg = solarized.gray, style = 'italic' } -- Variable names that are defined by the languages, like `this` or `self`.
else else
treesitter.TSVariable = { fg = solarized.gray, style = 'bold' } -- Any variable name that does not have another highlight. treesitter.TSVariable = { fg = solarized.gray} -- 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.TSVariableBuiltin = { fg = solarized.gray} -- Variable names that are defined by the languages, like `this` or `self`.
end end
return treesitter return treesitter