feat(gruvbox_material): polishing highlight groups

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

@ -52,6 +52,10 @@ M.base_16 = {
base06 = "#d4be98",
}
M.polish_hl = {
TSVariable = { fg = M.base_16.base08 },
}
vim.opt.bg = "dark"
M = require("base46").override_theme(M, "gruvbox_material")

Loading…
Cancel
Save