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

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

diff --git a/contrasts.org b/contrasts.org
index 9c05bab5f5..ee99c69824 100644
--- a/contrasts.org
+++ b/contrasts.org
@@ -284,7 +284,7 @@ C1 and C2 are color values written in hexadecimal RGB."
 
|-------------------+---------+---------+------------------+------------+-------------------+-----------|
 | fg-main           | #e7e7e7 |   14.36 |            10.83 |       9.20 |      
        6.52 |     10.12 |
 | fg-shadow-subtle  | #969696 |    6.00 |             4.53 |       3.85 |      
        2.73 |      4.23 |
-| fg-neutral        | #a6a6a6 |    7.29 |             5.50 |       4.67 |      
        3.31 |      5.14 |
+| fg-neutral        | #bcbcbc |    9.35 |             7.05 |       5.99 |      
        4.25 |      6.59 |
 | fg-shadow-intense | #b0b0b0 |    8.19 |             6.17 |       5.24 |      
        3.72 |      5.77 |
 | fg-accent         | #b59487 |    6.38 |             4.81 |       4.09 |      
        2.90 |      4.50 |
 
|-------------------+---------+---------+------------------+------------+-------------------+-----------|
diff --git a/doric-obsidian-theme.el b/doric-obsidian-theme.el
index 15308b4735..4e77d003dc 100644
--- a/doric-obsidian-theme.el
+++ b/doric-obsidian-theme.el
@@ -51,7 +51,7 @@
       (fg-shadow-subtle "#969696")
 
       (bg-neutral "#3a3a3a")
-      (fg-neutral "#a6a6a6")
+      (fg-neutral "#bcbcbc")
 
       (bg-shadow-intense "#505050")
       (fg-shadow-intense "#b0b0b0")

Reply via email to