branch: externals/ef-themes
commit 14319e33a09359e3fdf73a3586e6599b9c6d4a96
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
ef-winter: tweak fg-alt
---
contrast-ratios.org | 2 +-
ef-winter-theme.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrast-ratios.org b/contrast-ratios.org
index a599743871..49c465722f 100644
--- a/contrast-ratios.org
+++ b/contrast-ratios.org
@@ -294,7 +294,7 @@ C1 and C2 are color values written in hexadecimal RGB."
|----------------+---------+---------+---------+---------|
| fg-main | #b8c6d5 | 11.19 | 9.61 | 8.46 |
| fg-dim | #807c9f | 4.91 | 4.22 | 3.72 |
-| fg-alt | #b0889f | 6.37 | 5.46 | 4.81 |
+| fg-alt | #ba8a9f | 6.69 | 5.75 | 5.06 |
| red | #ef6560 | 6.21 | 5.33 | 4.70 |
| red-warmer | #f47360 | 6.92 | 5.94 | 5.23 |
| red-cooler | #ff5a7a | 6.48 | 5.57 | 4.90 |
diff --git a/ef-winter-theme.el b/ef-winter-theme.el
index 647c1e9593..801d52b907 100644
--- a/ef-winter-theme.el
+++ b/ef-winter-theme.el
@@ -48,7 +48,7 @@
(bg-dim "#221a2f")
(fg-dim "#807c9f")
(bg-alt "#252544")
- (fg-alt "#b0889f")
+ (fg-alt "#ba8a9f")
;; Basic hues for foreground values
(red "#ef6560")