branch: externals/ef-themes commit 567ae4246d366f66391110b0ffec04d5726484c8 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
ef-arbutus: tweak the fg-dim value --- contrast-ratios.org | 2 +- ef-arbutus-theme.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrast-ratios.org b/contrast-ratios.org index 665acf3f62..2a7c50e5b2 100644 --- a/contrast-ratios.org +++ b/contrast-ratios.org @@ -57,7 +57,7 @@ C1 and C2 are color values written in hexadecimal RGB." | Name | | #ffead8 | #f0d8cf | #e7d2cb | #f7e2d2 | |----------------+---------+---------+---------+---------+---------| | fg-main | #393330 | 10.66 | 9.13 | 8.57 | 9.92 | -| fg-dim | #6c697f | 4.54 | 3.89 | 3.65 | 4.23 | +| fg-dim | #6e678f | 4.50 | 3.86 | 3.62 | 4.19 | | fg-alt | #8a5f4a | 4.72 | 4.04 | 3.79 | 4.39 | | red | #b0000f | 6.31 | 5.41 | 5.08 | 5.88 | | red-warmer | #b20f00 | 6.08 | 5.21 | 4.89 | 5.66 | diff --git a/ef-arbutus-theme.el b/ef-arbutus-theme.el index 3cf2287a4c..341cb428e2 100644 --- a/ef-arbutus-theme.el +++ b/ef-arbutus-theme.el @@ -51,7 +51,7 @@ (bg-main "#ffead8") (fg-main "#393330") (bg-dim "#f0d8cf") - (fg-dim "#6c697f") + (fg-dim "#6e678f") (bg-alt "#e7d2cb") (fg-alt "#8a5f4a")