fix(gruvbox_material): `TSInclude` should be 1st

v2.5
RitchielRez 3 years ago committed by GitHub
parent ef2208ca42
commit 2b0c13cb3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -53,8 +53,8 @@ M.base_16 = {
}
M.polish_hl = {
TSVariable = { fg = M.base_16.base08 },
TSInclude = { fg = M.base_16.base0E },
TSVariable = { fg = M.base_16.base08 },
}
vim.opt.bg = "dark"

Loading…
Cancel
Save