branch: externals/doric-themes commit b14ae09c81dfb66971e2464fa0ec335c6af07315 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Adjust the contrast of doric-cherry fg-shadow-subtle, fg-shadow-intense, fg-accent, fg-main --- contrasts.org | 8 ++++---- doric-cherry-theme.el | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/contrasts.org b/contrasts.org index 5c39fee550..c9f0d98499 100644 --- a/contrasts.org +++ b/contrasts.org @@ -50,10 +50,10 @@ C1 and C2 are color values written in hexadecimal RGB." | | | bg-main | bg-shadow-subtle | bg-neutral | bg-shadow-intense | bg-accent | | Name | | #f7edf1 | #e5dde0 | #dfd0d9 | #cc95b7 | #edcae5 | |-------------------+---------+---------+------------------+------------+-------------------+-----------| -| fg-main | #311926 | 14.13 | 12.14 | 10.91 | 6.59 | 10.93 | -| fg-shadow-subtle | #655260 | 6.26 | 5.38 | 4.83 | 2.92 | 4.84 | -| fg-shadow-intense | #5e2249 | 10.18 | 8.75 | 7.86 | 4.75 | 7.87 | -| fg-accent | #85296f | 7.21 | 6.19 | 5.57 | 3.36 | 5.57 | +| fg-main | #35292f | 12.15 | 10.43 | 9.38 | 5.66 | 9.39 | +| fg-shadow-subtle | #675462 | 6.07 | 5.21 | 4.69 | 2.83 | 4.69 | +| fg-shadow-intense | #683455 | 8.29 | 7.12 | 6.41 | 3.87 | 6.41 | +| fg-accent | #77266e | 8.02 | 6.89 | 6.19 | 3.74 | 6.20 | |-------------------+---------+---------+------------------+------------+-------------------+-----------| | fg-faint-red | #750000 | 10.44 | 8.97 | 8.06 | 4.87 | 8.07 | | fg-faint-green | #056100 | 6.75 | 5.80 | 5.21 | 3.15 | 5.22 | diff --git a/doric-cherry-theme.el b/doric-cherry-theme.el index 632d21b41f..0df912b0dc 100644 --- a/doric-cherry-theme.el +++ b/doric-cherry-theme.el @@ -44,19 +44,19 @@ (defvar doric-cherry-palette '((cursor "#a02050") (bg-main "#f7edf1") - (fg-main "#311926") + (fg-main "#35292f") (border "#c4a7b0") (bg-shadow-subtle "#e5dde0") - (fg-shadow-subtle "#655260") + (fg-shadow-subtle "#675462") (bg-neutral "#dfd0d9") (bg-shadow-intense "#cc95b7") - (fg-shadow-intense "#5e2249") + (fg-shadow-intense "#683455") (bg-accent "#edcae5") - (fg-accent "#85296f") + (fg-accent "#77266e") (fg-faint-red "#750000") (fg-faint-green "#056100")