branch: externals/doric-themes commit b81f3dacee7bf33f7e8dbd5a50643640a1e30e43 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
doric-dark: make fg-neutral more intense --- contrasts.org | 2 +- doric-dark-theme.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrasts.org b/contrasts.org index 277acf2aeb..7e42d008ef 100644 --- a/contrasts.org +++ b/contrasts.org @@ -220,7 +220,7 @@ C1 and C2 are color values written in hexadecimal RGB." |-------------------+---------+---------+------------------+------------+-------------------+-----------| | fg-main | #ffffff | 21.00 | 13.35 | 10.11 | 8.49 | 12.97 | | fg-shadow-subtle | #a2a0b2 | 8.21 | 5.22 | 3.95 | 3.32 | 5.07 | -| fg-neutral | #aeabbc | 9.35 | 5.94 | 4.50 | 3.78 | 5.78 | +| fg-neutral | #c5c7d4 | 12.49 | 7.94 | 6.02 | 5.05 | 7.72 | | fg-shadow-intense | #cfcff8 | 13.93 | 8.86 | 6.71 | 5.63 | 8.61 | | fg-accent | #cda4df | 9.97 | 6.34 | 4.80 | 4.03 | 6.16 | |-------------------+---------+---------+------------------+------------+-------------------+-----------| diff --git a/doric-dark-theme.el b/doric-dark-theme.el index d6ecf50c62..30a4fb68cb 100644 --- a/doric-dark-theme.el +++ b/doric-dark-theme.el @@ -51,7 +51,7 @@ (fg-shadow-subtle "#a2a0b2") (bg-neutral "#43404c") - (fg-neutral "#aeabbc") + (fg-neutral "#c5c7d4") (bg-shadow-intense "#50447f") (fg-shadow-intense "#cfcff8")