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

v2.5
RitchielRez 3 years ago committed by GitHub
parent 6dcc14829f
commit eb1d3dbaa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

Loading…
Cancel
Save