branch: externals/doric-themes commit c0d13e8f7125089f3b3909e7d0a81f3b6006fc98 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Change the doric-wind accent colours --- doric-wind-theme.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doric-wind-theme.el b/doric-wind-theme.el index 5ae0f79c1d..de8e7fa055 100644 --- a/doric-wind-theme.el +++ b/doric-wind-theme.el @@ -45,15 +45,15 @@ '((cursor "#10600b") (bg-main "#e8f0e9") (fg-main "#000f0f") - + (bg-shadow-subtle "#d3dbd9") (fg-shadow-subtle "#40484f") (bg-shadow-intense "#94c2bf") (fg-shadow-intense "#004038") - (bg-accent "#bfd4f6") - (fg-accent "#0f2381") + (bg-accent "#cbc9f6") + (fg-accent "#3f2781") (fg-faint-red "#750000") (fg-faint-green "#00620f")