fix weird theme colors on light terminal bg | https://github.com/NvChad/NvChad/issues/1046

thanks to @tamton-aquib as he informed me about the :h bg option!
This commit is contained in:
siduck 2022-05-22 14:19:27 +05:30
parent 5980ef7803
commit 18668b59cb
30 changed files with 70 additions and 4 deletions

View file

@ -53,6 +53,8 @@ M.base_16 = {
base0F = "#be5046",
}
M.type = "dark"
M = require("base46").override_theme(M, "onedark")
return M