better colors

This commit is contained in:
siduck76 2021-07-07 22:19:51 +05:30
parent b16c5a2f70
commit e219b04e82
1 changed files with 9 additions and 9 deletions

View File

@ -8,20 +8,20 @@ local colors = {
one_bg3 = "#30343c",
grey = "#434547",
grey_fg = "#545B68",
grey_fg2 = "#6F7581",
light_grey = "#6F7581",
grey_fg2 = "#616875",
light_grey = "#676e7b",
red = "#cc6666",
baby_pink = "#FF6E79",
pink = "#ff9ca3",
line = "#27292b", -- for lines like vertsplit
green = "#b5bd68",
vibrant_green = "#d0f0a8",
nord_blue = "#557C9D",
blue = "#80a1bd",
yellow = "#f0c574",
sun = "#e6c446",
green = "#a4b595",
vibrant_green = "#a3b991",
nord_blue = "#728da8",
blue = "#6f8dab",
yellow = "#d7bd8d",
sun = "#e4c180",
purple = "#b4bbc8",
dark_purple = "#b294ba",
dark_purple = "#b290ac",
teal = "#8abdb6",
orange = "#DE935F",
cyan = "#70c0b1",