luisiacc / gruvbox-baby

Gruvbox theme for neovim with full 🎄TreeSitter support.
MIT License
390 stars 28 forks source link

can the color of 'this' be changed? #58

Closed guoliang closed 1 year ago

guoliang commented 1 year ago

How it is in vscode with gruvbox theme

Screenshot 2023-03-20 at 22 00 24

How it is with gruvbox-baby

image
luisiacc commented 1 year ago

Yes!, you can do this before setting the colorscheme:

local c = require("gruvbox-baby.colors").config()
vim.g.gruvbox_baby_highlights = {
  ["@variable.builtin"] = { fg = c.orange },
}