Update theme.lua
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user