add missing #s in hex colors

This commit is contained in:
siduck 2022-02-18 20:12:41 +05:30
parent 10801342f3
commit 93a160f7e1

View file

@ -10,16 +10,16 @@ local colors = {
grey_fg = "#22292b",
grey_fg2 = "#2c3335",
light_grey = "#343b3d",
red = "#e06e6e#",
red = "#e06e6e",
baby_pink = "#ef7d7d",
pink = "#ee9cdd",
line = "#22292b", -- for lines like vertsplit
green = "#9bdead",
vibrant_green = "#8ccf7e",
nord_blue = "@58bcd8",
nord_blue = "#58bcd8",
blue = "#5dc1dd",
yellow = "#d8b25b",
sun = "e0ba63",
sun = "#e0ba63",
purple = "#c47fd5",
dark_purple = "#bf7ad0",
teal = "#8ad8ef",