branch: externals/doric-themes commit b750fc6dfb30413e4952c8022d0dc7212b2e8128 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
doric-light: adjust fg-neutral and fg-shadow-subtle --- contrasts.org | 4 ++-- doric-light-theme.el | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contrasts.org b/contrasts.org index c0ddf7c609..5667c713f6 100644 --- a/contrasts.org +++ b/contrasts.org @@ -119,8 +119,8 @@ C1 and C2 are color values written in hexadecimal RGB." | Name | | #ffffff | #efeff2 | #dbdce1 | #a0bcd0 | #d8f1f3 | |-------------------+---------+---------+------------------+------------+-------------------+-----------| | fg-main | #000000 | 21.00 | 18.30 | 15.34 | 10.60 | 17.80 | -| fg-shadow-subtle | #455058 | 8.26 | 7.20 | 6.03 | 4.17 | 7.00 | -| fg-neutral | #4f5559 | 7.56 | 6.59 | 5.52 | 3.82 | 6.41 | +| fg-shadow-subtle | #5a6268 | 6.21 | 5.41 | 4.54 | 3.13 | 5.26 | +| fg-neutral | #424d53 | 8.68 | 7.57 | 6.34 | 4.38 | 7.36 | | fg-shadow-intense | #213067 | 12.48 | 10.87 | 9.11 | 6.30 | 10.57 | | fg-accent | #084092 | 9.73 | 8.48 | 7.10 | 4.91 | 8.24 | |-------------------+---------+---------+------------------+------------+-------------------+-----------| diff --git a/doric-light-theme.el b/doric-light-theme.el index 5f0590ac79..c17b7879d7 100644 --- a/doric-light-theme.el +++ b/doric-light-theme.el @@ -48,10 +48,10 @@ (border "#b0b0b0") (bg-shadow-subtle "#efeff2") - (fg-shadow-subtle "#455058") + (fg-shadow-subtle "#5a6268") (bg-neutral "#dbdce1") - (fg-neutral "#4f5559") + (fg-neutral "#424d53") (bg-shadow-intense "#a0bcd0") (fg-shadow-intense "#213067")