branch: externals/ef-themes commit adbe7089815b0dd5083fdcad6cfc0fcf523ec1b2 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
ef-day: tweak fg-alt --- 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 9578c15a5d..df2c6f2e00 100644 --- a/contrast-ratios.org +++ b/contrast-ratios.org @@ -76,7 +76,7 @@ C1 and C2 are color values written in hexadecimal RGB." | Name | | #fff5ea | #f5eddf | #e9e0d8 | |----------------+---------+---------+---------+---------| -| fg-main | #5d4646 | 8.03 | 7.43 | 6.63 | +| fg-main | #584141 | 8.68 | 8.04 | 7.17 | | fg-dim | #63728f | 4.50 | 4.17 | 3.72 | | fg-alt | #8f5f4a | 5.00 | 4.63 | 4.13 | | red | #c42d2f | 5.18 | 4.80 | 4.28 | diff --git a/ef-day-theme.el b/ef-day-theme.el index e5c514e4ca..6fc7594569 100644 --- a/ef-day-theme.el +++ b/ef-day-theme.el @@ -44,7 +44,7 @@ (defconst ef-day-palette '(;; Basic tones (bg-main "#fff5ea") - (fg-main "#5d4646") + (fg-main "#584141") (bg-dim "#f5eddf") (fg-dim "#63728f") (bg-alt "#e9e0d8")