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

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

diff --git a/contrasts.org b/contrasts.org
index 5667c713f6..f477f1b159 100644
--- a/contrasts.org
+++ b/contrasts.org
@@ -152,7 +152,7 @@ C1 and C2 are color values written in hexadecimal RGB."
 
|-------------------+---------+---------+------------------+------------+-------------------+-----------|
 | fg-main           | #202020 |   13.92 |            12.23 |      10.25 |      
        7.51 |     11.53 |
 | fg-shadow-subtle  | #595959 |    5.98 |             5.26 |       4.41 |      
        3.23 |      4.96 |
-| fg-neutral        | #505050 |    6.89 |             6.05 |       5.07 |      
        3.72 |      5.70 |
+| fg-neutral        | #4a4a4a |    7.57 |             6.65 |       5.57 |      
        4.09 |      6.27 |
 | fg-shadow-intense | #404040 |    8.86 |             7.78 |       6.52 |      
        4.78 |      7.34 |
 | fg-accent         | #603d3a |    8.06 |             7.08 |       5.93 |      
        4.35 |      6.67 |
 
|-------------------+---------+---------+------------------+------------+-------------------+-----------|
diff --git a/doric-marble-theme.el b/doric-marble-theme.el
index e0d05559e5..67aab46138 100644
--- a/doric-marble-theme.el
+++ b/doric-marble-theme.el
@@ -51,7 +51,7 @@
       (fg-shadow-subtle "#595959")
 
       (bg-neutral "#cdcdcd")
-      (fg-neutral "#505050")
+      (fg-neutral "#4a4a4a")
 
       (bg-shadow-intense "#b0b0b0")
       (fg-shadow-intense "#404040")

Reply via email to