statusline : add vimode colors

This commit is contained in:
siduck76 2021-08-13 12:12:43 +05:30
parent f832195a81
commit c7fdd68072
3 changed files with 56 additions and 36 deletions

View file

@ -12,7 +12,7 @@ local colors = {
light_grey = "#646a76",
red = "#BF616A",
baby_pink = "#de878f",
pink = "#e89199",
pink = "#d57780",
line = "#3a404c", -- for lines like vertsplit
green = "#A3BE8C",
vibrant_green = "#afca98",
@ -21,7 +21,7 @@ local colors = {
yellow = "#EBCB8B",
sun = "#e1c181",
purple = "#aab1be",
dark_purple = "##B48EAD",
dark_purple = "#B48EAD",
teal = "#6484a4",
orange = "#e39a83",
cyan = "#9aafe6",