fix(gruvbox_material): changed to color red for for keyword

This commit is contained in:
RitchielRez 2022-09-12 14:17:09 +06:00 committed by GitHub
parent b4b472a535
commit a1cb8ad929
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 },
TSRepeat = { fg = M.base_16.base0 },
}
vim.opt.bg = "dark"