branch: externals/doric-themes
commit 38c7b772a23ba8b0e5b193020eafd1de0f8a4b4f
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    doric-light: refine the basic colour values
---
 doric-light-theme.el | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/doric-light-theme.el b/doric-light-theme.el
index d536efd735..e7e4c4fb50 100644
--- a/doric-light-theme.el
+++ b/doric-light-theme.el
@@ -61,17 +61,17 @@
 
       (fg-red "#a01010")
       (fg-green "#106710")
-      (fg-yellow "#675030")
-      (fg-blue "#103080")
-      (fg-magenta "#702054")
-      (fg-cyan "#105f66")
-
-      (bg-red "#f3c4bf")
-      (bg-green "#c0efbf")
-      (bg-yellow "#ffffb0")
-      (bg-blue "#d0d0ff")
-      (bg-magenta "#f2c0ef")
-      (bg-cyan "#c9f2e8"))
+      (fg-yellow "#60400f")
+      (fg-blue "#103077")
+      (fg-magenta "#700d50")
+      (fg-cyan "#005355")
+
+      (bg-red "#eac0bf")
+      (bg-green "#c0e2c4")
+      (bg-yellow "#f0f0b0")
+      (bg-blue "#c4cfe8")
+      (bg-magenta "#eec2e6")
+      (bg-cyan "#c1ebe4"))
   "Palette of `doric-light' theme.")
 
   (doric-themes-define-theme doric-light light))

Reply via email to