fix(gruvbox_material): TSProperty doesn't use the same color as TSVariable

This commit is contained in:
RitchielRez 2022-09-12 13:48:59 +06:00 committed by GitHub
parent 6dcc14829f
commit eb1d3dbaa0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,6 +55,7 @@ M.base_16 = {
M.polish_hl = {
Include = { fg = M.base_16.base0E },
TSVariable = { fg = M.base_16.base08 },
TSProperty = { fg = M.base_16.base0C },
}
vim.opt.bg = "dark"