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

    doric-earth: make fg-neutral more intense
---
 contrasts.org        | 2 +-
 doric-earth-theme.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrasts.org b/contrasts.org
index ec75bc1cc7..c0ddf7c609 100644
--- a/contrasts.org
+++ b/contrasts.org
@@ -88,7 +88,7 @@ C1 and C2 are color values written in hexadecimal RGB."
 
|-------------------+---------+---------+------------------+------------+-------------------+-----------|
 | fg-main           | #30232e |   12.72 |            11.09 |       9.40 |      
        6.20 |     10.40 |
 | fg-shadow-subtle  | #635650 |    6.01 |             5.23 |       4.44 |      
        2.92 |      4.91 |
-| fg-neutral        | #604d48 |    6.74 |             5.88 |       4.98 |      
        3.28 |      5.51 |
+| fg-neutral        | #504033 |    8.43 |             7.34 |       6.23 |      
        4.10 |      6.89 |
 | fg-shadow-intense | #58383f |    8.71 |             7.59 |       6.44 |      
        4.24 |      7.12 |
 | fg-accent         | #74321f |    8.06 |             7.02 |       5.96 |      
        3.93 |      6.59 |
 
|-------------------+---------+---------+------------------+------------+-------------------+-----------|
diff --git a/doric-earth-theme.el b/doric-earth-theme.el
index 80968d4349..3df8d2e4c3 100644
--- a/doric-earth-theme.el
+++ b/doric-earth-theme.el
@@ -51,7 +51,7 @@
       (fg-shadow-subtle "#635650")
 
       (bg-neutral "#d1ceb6")
-      (fg-neutral "#604d48")
+      (fg-neutral "#504033")
 
       (bg-shadow-intense "#c09fa0")
       (fg-shadow-intense "#58383f")

Reply via email to