branch: externals/doric-themes commit ee33dd9cbe595ab78a6b6551a73ed6d83b3f3c87 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
doric-plum: make fg-neutral more intense --- contrasts.org | 2 +- doric-plum-theme.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrasts.org b/contrasts.org index ee99c69824..8c20c249d6 100644 --- a/contrasts.org +++ b/contrasts.org @@ -316,7 +316,7 @@ C1 and C2 are color values written in hexadecimal RGB." |-------------------+---------+---------+------------------+------------+-------------------+-----------| | fg-main | #e2d7e7 | 12.14 | 9.46 | 7.62 | 6.13 | 9.46 | | fg-shadow-subtle | #a694b1 | 6.02 | 4.69 | 3.78 | 3.04 | 4.69 | -| fg-neutral | #b3b1be | 7.99 | 6.23 | 5.02 | 4.03 | 6.23 | +| fg-neutral | #c6c1d3 | 9.62 | 7.49 | 6.04 | 4.85 | 7.50 | | fg-shadow-intense | #cea6d0 | 8.03 | 6.25 | 5.04 | 4.05 | 6.26 | | fg-accent | #c586ba | 6.02 | 4.69 | 3.78 | 3.04 | 4.69 | |-------------------+---------+---------+------------------+------------+-------------------+-----------| diff --git a/doric-plum-theme.el b/doric-plum-theme.el index 93c22a48cb..8fab849ea3 100644 --- a/doric-plum-theme.el +++ b/doric-plum-theme.el @@ -51,7 +51,7 @@ (fg-shadow-subtle "#a694b1") (bg-neutral "#423b53") - (fg-neutral "#b3b1be") + (fg-neutral "#c6c1d3") (bg-shadow-intense "#5e4170") (fg-shadow-intense "#cea6d0")