branch: externals/doric-themes commit 5cf6ac2362d9163d66fcb3359735557193532ece Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
doric-earth: refine the basic colour values --- doric-earth-theme.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doric-earth-theme.el b/doric-earth-theme.el index c02d509d9a..df3a5b11e6 100644 --- a/doric-earth-theme.el +++ b/doric-earth-theme.el @@ -62,17 +62,17 @@ (fg-red "#a03000") (fg-green "#206700") (fg-yellow "#705200") - (fg-blue "#103080") - (fg-magenta "#702054") + (fg-blue "#103060") + (fg-magenta "#690f44") (fg-cyan "#105f66") (bg-red "#f3c4b5") (bg-green "#cfefb0") - (bg-yellow "#ffffb0") - (bg-blue "#d0d0ff") - (bg-magenta "#f2c0ef") - (bg-cyan "#c9f2e8")) - "Palette of `doric-earth' theme.") + (bg-yellow "#efe4b0") + (bg-blue "#bac9e5") + (bg-magenta "#e7bfd7") + (bg-cyan "#c9e6e0")) + "Palette of `doric-earth' theme.") (doric-themes-define-theme doric-earth light))