fix(gruvbox_material): not base0 but base0E

This commit is contained in:
RitchielRez 2022-09-12 16:31:03 +06:00 committed by GitHub
parent b2b154c253
commit 5d8164facc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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