feat(gruvbox_material): polishing highlight groups

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

View file

@ -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")