We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1fd88 commit 9aef9ffCopy full SHA for 9aef9ff
lua/nightfox/group/modules/treesitter.lua
@@ -7,7 +7,7 @@ function M.get(spec, config, opts)
7
8
local hl = {
9
-- Identifiers ------------------------------------------------------------
10
- ["@variable"] = { syn.variable, style = stl.variables }, -- various variable names
+ ["@variable"] = { fg = syn.variable, style = stl.variables }, -- various variable names
11
["@variable.builtin"] = { fg = syn.builtin0, style = stl.variables }, -- built-in variable names (e.g. `this`)
12
["@variable.parameter"] = { fg = syn.builtin1, stl.variables }, -- parameters of a function
13
["@variable.member"] = { fg = syn.field }, -- object and struct fields
0 commit comments