mirror of
https://github.com/gabehf/base46.git
synced 2026-03-16 10:45:55 -07:00
everforest theme : improve colors
This commit is contained in:
parent
da81acb7ae
commit
34b22d86f0
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ local colors = {
|
||||||
green = "#83c092",
|
green = "#83c092",
|
||||||
vibrant_green = "#a7c080",
|
vibrant_green = "#a7c080",
|
||||||
nord_blue = "#78b4ac",
|
nord_blue = "#78b4ac",
|
||||||
blue = "#7fbbb3",
|
blue = "#7393b3",
|
||||||
yellow = "#dbbc7f",
|
yellow = "#dbbc7f",
|
||||||
sun = "#d1b171",
|
sun = "#d1b171",
|
||||||
purple = "#b4bbc8",
|
purple = "#b4bbc8",
|
||||||
|
|
@ -29,7 +29,7 @@ local colors = {
|
||||||
lightbg = "#3d454b",
|
lightbg = "#3d454b",
|
||||||
lightbg2 = "#333b41",
|
lightbg2 = "#333b41",
|
||||||
pmenu_bg = "#83c092",
|
pmenu_bg = "#83c092",
|
||||||
folder_bg = "#7fbbb3",
|
folder_bg = "#7393b3",
|
||||||
}
|
}
|
||||||
|
|
||||||
return colors
|
return colors
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue