branch: externals/ef-themes commit 7edb3db855cdbc38dea8fc367ff09a05e9a425ff Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
ef-day: tweak yellow-faint This is a very subtle change that adjusts its hueness. Makes constants inside of doc strings a bit easier to spot (them not being very different is on purpose). --- contrast-ratios.org | 2 +- ef-day-theme.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrast-ratios.org b/contrast-ratios.org index 6f7a9c7480..e16f9ff85b 100644 --- a/contrast-ratios.org +++ b/contrast-ratios.org @@ -126,7 +126,7 @@ C1 and C2 are color values written in hexadecimal RGB." | yellow | #a45a22 | 4.80 | 4.36 | 3.97 | 4.62 | | yellow-warmer | #b75515 | 4.51 | 4.10 | 3.73 | 4.34 | | yellow-cooler | #aa4f30 | 5.04 | 4.58 | 4.16 | 4.85 | -| yellow-faint | #a05f5a | 4.56 | 4.14 | 3.77 | 4.39 | +| yellow-faint | #9a625a | 4.57 | 4.15 | 3.78 | 4.40 | | blue | #375cc6 | 5.56 | 5.05 | 4.59 | 5.35 | | blue-warmer | #5f5fdf | 4.66 | 4.23 | 3.85 | 4.48 | | blue-cooler | #265fbf | 5.62 | 5.11 | 4.64 | 5.41 | diff --git a/ef-day-theme.el b/ef-day-theme.el index 86c2ac23bb..df974a0f0c 100644 --- a/ef-day-theme.el +++ b/ef-day-theme.el @@ -63,7 +63,7 @@ (yellow "#a45a22") (yellow-warmer "#b75515") (yellow-cooler "#aa4f30") - (yellow-faint "#a05f5a") + (yellow-faint "#9a625a") (blue "#375cc6") (blue-warmer "#5f5fdf") (blue-cooler "#265fbf")