branch: externals/doric-themes commit 8ac4fd527963d5865ca48b2593fa211ea78eddc0 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Make doric-wind bg-shadow-subtle and bg-neutral a bit lighter --- doric-wind-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doric-wind-theme.el b/doric-wind-theme.el index e20b02a349..647a995bd2 100644 --- a/doric-wind-theme.el +++ b/doric-wind-theme.el @@ -47,10 +47,10 @@ (fg-main "#000f0f") (border "#98a09a") - (bg-shadow-subtle "#d7e3df") + (bg-shadow-subtle "#d8e4df") (fg-shadow-subtle "#4c4f52") - (bg-neutral "#c4cfcd") + (bg-neutral "#ced9db") (bg-shadow-intense "#94c2bf") (fg-shadow-intense "#004038")