everforest theme : improve colors

This commit is contained in:
siduck76 2021-09-21 06:42:34 +05:30
parent da81acb7ae
commit 34b22d86f0

View file

@ -17,7 +17,7 @@ local colors = {
green = "#83c092",
vibrant_green = "#a7c080",
nord_blue = "#78b4ac",
blue = "#7fbbb3",
blue = "#7393b3",
yellow = "#dbbc7f",
sun = "#d1b171",
purple = "#b4bbc8",
@ -29,7 +29,7 @@ local colors = {
lightbg = "#3d454b",
lightbg2 = "#333b41",
pmenu_bg = "#83c092",
folder_bg = "#7fbbb3",
folder_bg = "#7393b3",
}
return colors