fix line color in monekai theme

This commit is contained in:
siduck 2021-12-14 14:35:08 +05:30
parent 7c48964bce
commit e5d9807f9d

View file

@ -13,7 +13,7 @@ local colors = {
red = "#e36d76",
baby_pink = "#f98385",
pink = "#f36d76",
line = "#2a2e36", -- for lines like vertsplit
line = "#30333c", -- for lines like vertsplit
green = "#96c367",
vibrant_green = "#99c366",
nord_blue = "#81A1C1",