branch: externals/ef-themes commit 93cbf77801937cd8e3ac73d6cf738feb808d6724 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
ef-night: tweak fg-alt --- contrast-ratios.org | 2 +- ef-night-theme.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrast-ratios.org b/contrast-ratios.org index 49c465722f..9578c15a5d 100644 --- a/contrast-ratios.org +++ b/contrast-ratios.org @@ -186,7 +186,7 @@ C1 and C2 are color values written in hexadecimal RGB." |----------------+---------+---------+---------+---------| | fg-main | #afbcbf | 10.02 | 8.91 | 7.60 | | fg-dim | #70819f | 4.96 | 4.41 | 3.76 | -| fg-alt | #70a89f | 7.25 | 6.44 | 5.50 | +| fg-alt | #b0a0a0 | 7.80 | 6.93 | 5.92 | | red | #ef656a | 6.27 | 5.57 | 4.76 | | red-warmer | #f47360 | 6.95 | 6.18 | 5.27 | | red-cooler | #ef798f | 7.26 | 6.45 | 5.51 | diff --git a/ef-night-theme.el b/ef-night-theme.el index b976364f25..6f5743e305 100644 --- a/ef-night-theme.el +++ b/ef-night-theme.el @@ -48,7 +48,7 @@ (bg-dim "#0f1b29") (fg-dim "#70819f") (bg-alt "#1a2a2f") - (fg-alt "#70a89f") + (fg-alt "#b0a0a0") ;; Basic hues for foreground values (red "#ef656a")