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 = "#d699b6",
}
M.type = "light"
M.polish_hl = {
DiffAdd = {
fg = M.base_30.green,