diff --git a/lua/hl_themes/everblush.lua b/lua/hl_themes/everblush.lua index 384d9a1..16869f7 100644 --- a/lua/hl_themes/everblush.lua +++ b/lua/hl_themes/everblush.lua @@ -16,8 +16,8 @@ local colors = { line = "#22292b", -- for lines like vertsplit green = "#8ccf7e", vibrant_green = "#9bdead", - nord_blue = "#58bcd8", - blue = "#5dc1dd", + nord_blue = "#6da4cd", + blue = "#77aed7", yellow = "#d8b25b", sun = "#e0ba63", purple = "#c47fd5", @@ -29,7 +29,7 @@ local colors = { lightbg = "#2a3133", lightbg2 = "#232a2c", pmenu_bg = "#bab3e5", - folder_bg = "#5dc1dd", + folder_bg = "#6da4cd", } return colors diff --git a/lua/themes/everblush-base16.lua b/lua/themes/everblush-base16.lua index 688e8cc..62e8ff9 100644 --- a/lua/themes/everblush-base16.lua +++ b/lua/themes/everblush-base16.lua @@ -1,18 +1,18 @@ -return { - base00 = "181f21", - base01 = "22292b", - base02 = "363d3f", - base03 = "404749", - base04 = "4f5658", - base05 = "cacaca", - base06 = "d2d2d2", - base07 = "dadada", - base08 = "e06e6e", - base09 = "e19d5c", - base0A = "e0ba63", - base0B = "8ccf7e", - base0C = "6da4cd", - base0D = "5db7cb", - base0E = "c47fd5", - base0F = "ef7d7d", -} +return { + base00 = "181f21", + base01 = "22292b", + base02 = "363d3f", + base03 = "404749", + base04 = "4f5658", + base05 = "cacaca", + base06 = "d2d2d2", + base07 = "dadada", + base08 = "e06e6e", + base09 = "e19d5c", + base0A = "e0ba63", + base0B = "8ccf7e", + base0C = "95ccf5", + base0D = "77aed7", + base0E = "c47fd5", + base0F = "ef7d7d", +}