branch: externals/doric-themes commit 2f9de11062236a34b65df3540888726e81bd880e Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Adjust the contrast of doric-earth fg-shadow-subtle, fg-shadow-intense, fg-accent --- contrasts.org | 6 +++--- doric-earth-theme.el | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/contrasts.org b/contrasts.org index bd0d2e15c2..02d47cd1ad 100644 --- a/contrasts.org +++ b/contrasts.org @@ -72,9 +72,9 @@ C1 and C2 are color values written in hexadecimal RGB." | Name | | #f0eddf | #dfdfce | #d7d3c2 | #c09fa0 | #e2cdb3 | |-------------------+---------+---------+------------------+------------+-------------------+-----------| | fg-main | #1b0d10 | 16.09 | 14.02 | 12.58 | 7.83 | 12.25 | -| fg-shadow-subtle | #605040 | 6.58 | 5.73 | 5.14 | 3.20 | 5.01 | -| fg-shadow-intense | #461327 | 12.93 | 11.27 | 10.11 | 6.30 | 9.85 | -| fg-accent | #783002 | 8.05 | 7.01 | 6.29 | 3.92 | 6.13 | +| fg-shadow-subtle | #635650 | 6.01 | 5.23 | 4.70 | 2.92 | 4.57 | +| fg-shadow-intense | #58383f | 8.71 | 7.59 | 6.81 | 4.24 | 6.63 | +| fg-accent | #74321f | 8.06 | 7.02 | 6.30 | 3.93 | 6.14 | |-------------------+---------+---------+------------------+------------+-------------------+-----------| | fg-faint-red | #750000 | 10.18 | 8.87 | 7.96 | 4.96 | 7.75 | | fg-faint-green | #056100 | 6.58 | 5.74 | 5.15 | 3.21 | 5.01 | diff --git a/doric-earth-theme.el b/doric-earth-theme.el index 064a0c4b68..51974aec21 100644 --- a/doric-earth-theme.el +++ b/doric-earth-theme.el @@ -48,15 +48,15 @@ (border "#a29986") (bg-shadow-subtle "#dfdfce") - (fg-shadow-subtle "#605040") + (fg-shadow-subtle "#635650") (bg-neutral "#d7d3c2") (bg-shadow-intense "#c09fa0") - (fg-shadow-intense "#461327") + (fg-shadow-intense "#58383f") (bg-accent "#e2cdb3") - (fg-accent "#783002") + (fg-accent "#74321f") (fg-faint-red "#750000") (fg-faint-green "#056100")