branch: externals/ef-themes commit 56e21f861187ecbd0a9063a8f372caf9e66d4463 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
ef-night: tweak fg-dim --- 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 09db9e3bfb..a54b6e2b3c 100644 --- a/contrast-ratios.org +++ b/contrast-ratios.org @@ -182,7 +182,7 @@ C1 and C2 are color values written in hexadecimal RGB." | Name | | #000e17 | #0f1b29 | #1a2a2f | |----------------+---------+---------+---------+---------| | fg-main | #afbcbf | 10.02 | 8.91 | 7.60 | -| fg-dim | #70857f | 4.98 | 4.43 | 3.78 | +| fg-dim | #70819f | 4.96 | 4.41 | 3.76 | | fg-alt | #70a89f | 7.25 | 6.44 | 5.50 | | red | #ef656a | 6.27 | 5.57 | 4.76 | | red-warmer | #f47360 | 6.95 | 6.18 | 5.27 | diff --git a/ef-night-theme.el b/ef-night-theme.el index 452035c345..b976364f25 100644 --- a/ef-night-theme.el +++ b/ef-night-theme.el @@ -46,7 +46,7 @@ (bg-main "#000e17") (fg-main "#afbcbf") (bg-dim "#0f1b29") - (fg-dim "#70857f") + (fg-dim "#70819f") (bg-alt "#1a2a2f") (fg-alt "#70a89f")