branch: externals/ef-themes commit b945405bcb8ab165ad0338be4cc6110925e91d40 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 8cf81afec3..c3f47cdb7a 100644 --- a/contrast-ratios.org +++ b/contrast-ratios.org @@ -78,7 +78,7 @@ C1 and C2 are color values written in hexadecimal RGB." |----------------+---------+---------+---------+---------| | fg-main | #5d4646 | 8.03 | 7.43 | 6.63 | | fg-dim | #63728f | 4.50 | 4.17 | 3.72 | -| fg-alt | #7f6f4a | 4.56 | 4.22 | 3.77 | +| fg-alt | #8f5f4a | 5.00 | 4.63 | 4.13 | | red | #c42d2f | 5.18 | 4.80 | 4.28 | | red-warmer | #d03003 | 4.75 | 4.40 | 3.93 | | red-cooler | #cf2f4f | 4.67 | 4.33 | 3.86 | diff --git a/ef-day-theme.el b/ef-day-theme.el index 1a1043ecf0..e5c514e4ca 100644 --- a/ef-day-theme.el +++ b/ef-day-theme.el @@ -48,7 +48,7 @@ (bg-dim "#f5eddf") (fg-dim "#63728f") (bg-alt "#e9e0d8") - (fg-alt "#7f6f4a") + (fg-alt "#8f5f4a") ;; Basic hues for foreground values (red "#c42d2f")