branch: externals/doric-themes commit 1c9ec8baf2e7adc7131478c8a007c34954507303 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
doric-valley: tweak fg-yellow value --- contrasts.org | 2 +- doric-valley-theme.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrasts.org b/contrasts.org index f6d3d25810..2053c950b8 100644 --- a/contrasts.org +++ b/contrasts.org @@ -450,7 +450,7 @@ C1 and C2 are color values written in hexadecimal RGB." |-------------------+---------+---------+------------------+------------+-------------------+-----------| | fg-red | #f6c097 | 7.86 | 6.20 | 4.91 | 4.22 | 4.50 | | fg-green | #b9d0aa | 7.71 | 6.08 | 4.82 | 4.14 | 4.42 | -| fg-yellow | #c0b080 | 5.94 | 4.69 | 3.72 | 3.19 | 3.40 | +| fg-yellow | #c0b060 | 5.86 | 4.62 | 3.66 | 3.14 | 3.35 | | fg-blue | #9fbfe7 | 6.75 | 5.32 | 4.22 | 3.62 | 3.86 | | fg-magenta | #e9acbf | 6.77 | 5.34 | 4.23 | 3.63 | 3.88 | | fg-cyan | #a0c0d0 | 6.66 | 5.25 | 4.17 | 3.58 | 3.82 | diff --git a/doric-valley-theme.el b/doric-valley-theme.el index bbc2dfd9da..521d2e0572 100644 --- a/doric-valley-theme.el +++ b/doric-valley-theme.el @@ -61,7 +61,7 @@ (fg-red "#eca28f") (fg-green "#b9d0aa") - (fg-yellow "#c0b080") + (fg-yellow "#c0b060") (fg-blue "#9fbfe7") (fg-magenta "#e9acbf") (fg-cyan "#a0c0d0")