feat(gruvbox_material): include property uses red now

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

View file

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