add vim.opt.bg in defaults base46_cache

This commit is contained in:
siduck 2022-11-18 08:44:58 +05:30
parent 481f0c6de3
commit 01721c15f0
56 changed files with 62 additions and 59 deletions

View file

@ -20,7 +20,7 @@ M.base_16 = {
-- some colors
}
vim.opt.bg = "dark" -- this can be either dark or light
M.type = "dark" -- this can be either dark or light
M = require("base46").override_theme(M, "atheme")