branch: externals/doric-themes commit ee082db18a39aaf280f6792ee158463acdac0e28 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Make the doric-light fg-shadow-intense brighter --- doric-light-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doric-light-theme.el b/doric-light-theme.el index 62d8d96cfa..c08d07ea6a 100644 --- a/doric-light-theme.el +++ b/doric-light-theme.el @@ -50,7 +50,7 @@ (fg-shadow-subtle "#405060") (bg-shadow-intense "#a0bcd0") - (fg-shadow-intense "#0f123e") + (fg-shadow-intense "#213067") (bg-accent "#c2e8ef") (fg-accent "#084092")