feat(gruvbox_material): strings now use Teal

This commit is contained in:
RitchielRez 2022-09-12 14:01:32 +06:00 committed by GitHub
parent eb1d3dbaa0
commit efd4265840
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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