Skip to content

Commit eaabbae

Browse files
committed
fix: set TS @variable to built-in color
previously was using the default "NvimLightGrey"
1 parent b4c5949 commit eaabbae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lua/cyberdream/theme.lua

+3
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,9 @@ function M.setup()
270270
HeirlineCommand = { bg = t.yellow },
271271
HeirlineInsert = { bg = t.green },
272272
HeirlineTerminal = { bg = t.cyan },
273+
274+
-- TreeSitter Specific
275+
["@variable"] = { fg = t.fg },
273276
}
274277

275278
if opts.borderless_telescope then

0 commit comments

Comments
 (0)