branch: externals/doric-themes commit ff77ce1c6e26a3580ef151adc532ca30ead5f915 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
doric-valley: refine almost all the coloured background values --- doric-valley-theme.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doric-valley-theme.el b/doric-valley-theme.el index 521d2e0572..ca8249c316 100644 --- a/doric-valley-theme.el +++ b/doric-valley-theme.el @@ -66,12 +66,12 @@ (fg-magenta "#e9acbf") (fg-cyan "#a0c0d0") - (bg-red "#621f33") - (bg-green "#19402f") - (bg-yellow "#50442f") - (bg-blue "#3a386b") + (bg-red "#5b301f") + (bg-green "#34502f") + (bg-yellow "#514e2f") + (bg-blue "#2a3f5d") (bg-magenta "#5a2f40") - (bg-cyan "#2f495f")) + (bg-cyan "#2f4e4f")) "Palette of `doric-valley' theme.") (doric-themes-define-theme doric-valley dark "Minimalist theme with dark background and indigo+gold hues"))