branch: externals/doric-themes commit 9a82311b4a34574b377d9a3d8d95c28da69c5a65 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Make the doric-light fg-shadow-subtle a bit more grey --- 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 c08d07ea6a..c595e26747 100644 --- a/doric-light-theme.el +++ b/doric-light-theme.el @@ -47,7 +47,7 @@ (fg-main "#000000") (bg-shadow-subtle "#e2e7e8") - (fg-shadow-subtle "#405060") + (fg-shadow-subtle "#455058") (bg-shadow-intense "#a0bcd0") (fg-shadow-intense "#213067")