From 34b22d86f035017b8499067c4a3b24a64eb05a9e Mon Sep 17 00:00:00 2001 From: siduck76 Date: Tue, 21 Sep 2021 06:42:34 +0530 Subject: [PATCH] everforest theme : improve colors --- lua/hl_themes/everforest.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/hl_themes/everforest.lua b/lua/hl_themes/everforest.lua index da9f59f..456b887 100644 --- a/lua/hl_themes/everforest.lua +++ b/lua/hl_themes/everforest.lua @@ -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