improve everblush theme!

This commit is contained in:
siduck 2022-02-19 10:30:34 +05:30
parent 277fe2d47c
commit 060ce0af93
2 changed files with 21 additions and 21 deletions

View file

@ -16,8 +16,8 @@ local colors = {
line = "#22292b", -- for lines like vertsplit line = "#22292b", -- for lines like vertsplit
green = "#8ccf7e", green = "#8ccf7e",
vibrant_green = "#9bdead", vibrant_green = "#9bdead",
nord_blue = "#58bcd8", nord_blue = "#6da4cd",
blue = "#5dc1dd", blue = "#77aed7",
yellow = "#d8b25b", yellow = "#d8b25b",
sun = "#e0ba63", sun = "#e0ba63",
purple = "#c47fd5", purple = "#c47fd5",
@ -29,7 +29,7 @@ local colors = {
lightbg = "#2a3133", lightbg = "#2a3133",
lightbg2 = "#232a2c", lightbg2 = "#232a2c",
pmenu_bg = "#bab3e5", pmenu_bg = "#bab3e5",
folder_bg = "#5dc1dd", folder_bg = "#6da4cd",
} }
return colors return colors

View file

@ -11,8 +11,8 @@ return {
base09 = "e19d5c", base09 = "e19d5c",
base0A = "e0ba63", base0A = "e0ba63",
base0B = "8ccf7e", base0B = "8ccf7e",
base0C = "6da4cd", base0C = "95ccf5",
base0D = "5db7cb", base0D = "77aed7",
base0E = "c47fd5", base0E = "c47fd5",
base0F = "ef7d7d", base0F = "ef7d7d",
} }