branch: externals/doric-themes commit 6fb9bc4da2e5c62513135868faeb449c4e4999a5 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Make doric-light bg-accent and bg-shadow-subtle a bit brighter --- doric-light-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doric-light-theme.el b/doric-light-theme.el index e50e46e5f2..986a6a1a8e 100644 --- a/doric-light-theme.el +++ b/doric-light-theme.el @@ -47,7 +47,7 @@ (fg-main "#000000") (border "#b0b0b0") - (bg-shadow-subtle "#e2e7e8") + (bg-shadow-subtle "#efeff2") (fg-shadow-subtle "#455058") (bg-neutral "#cdd4de") @@ -55,7 +55,7 @@ (bg-shadow-intense "#a0bcd0") (fg-shadow-intense "#213067") - (bg-accent "#c2e8ef") + (bg-accent "#d4edf0") (fg-accent "#084092") (fg-faint-red "#750000")