Skip to content

Commit

Permalink
fix: set TS @variable to built-in color
Browse files Browse the repository at this point in the history
previously was using the default "NvimLightGrey"
  • Loading branch information
scottmckendry committed Apr 27, 2024
1 parent b4c5949 commit eaabbae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/cyberdream/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,9 @@ function M.setup()
HeirlineCommand = { bg = t.yellow },
HeirlineInsert = { bg = t.green },
HeirlineTerminal = { bg = t.cyan },

-- TreeSitter Specific
["@variable"] = { fg = t.fg },
}

if opts.borderless_telescope then
Expand Down

0 comments on commit eaabbae

Please sign in to comment.