branch: externals/doric-themes commit 1e9722a5fbdedb1b33d38a7514793b17c993ae53 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Make doric-earth bg-accent and bg-shadow-subtle a bit brighter --- doric-earth-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doric-earth-theme.el b/doric-earth-theme.el index cf8b39ed26..cb86f2e237 100644 --- a/doric-earth-theme.el +++ b/doric-earth-theme.el @@ -47,7 +47,7 @@ (fg-main "#1b0d10") (border "#a29986") - (bg-shadow-subtle "#dfd8c8") + (bg-shadow-subtle "#dfdacc") (fg-shadow-subtle "#605040") (bg-neutral "#d2cabd") @@ -55,7 +55,7 @@ (bg-shadow-intense "#c09fa0") (fg-shadow-intense "#461327") - (bg-accent "#dfc8ab") + (bg-accent "#e2cdb3") (fg-accent "#783002") (fg-faint-red "#750000")