fix highlights resetting after packersync | https://github.com/NvChad/NvChad/issues/1237

This commit is contained in:
siduck 2022-06-24 19:24:08 +05:30
parent 0087b60c01
commit 5412629789
43 changed files with 164 additions and 86 deletions

View file

@ -60,7 +60,7 @@ M.polish_hl = {
fg = M.base_30.red,
},
}
M.type = "dark"
vim.opt.bg = "dark"
M = require("base46").override_theme(M, "monekai")