feat(gruvbox_material): include property color doesn't change

This commit is contained in:
RitchielRez 2022-09-12 13:15:20 +06:00 committed by GitHub
parent 31c1a5ba43
commit ef2208ca42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ M.base_16 = {
M.polish_hl = {
TSVariable = { fg = M.base_16.base08 },
TSInclude = { fg = M.base_30.red },
TSInclude = { fg = M.base_16.base0E },
}
vim.opt.bg = "dark"