aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2022-08-27 09:51:19 +0300
committerProtesilaos Stavrou <info@protesilaos.com>2022-08-27 09:51:19 +0300
commitde2d3bb0450faf2667dc436329368b2c782828b7 (patch)
tree6faebbd9f0902eb08e3b51285e501740d85f3c6a
parente53c7d8f80da680634143ced19e0dffccb65d97a (diff)
ef-spring: increase distance of fg-main and fg-dim
-rw-r--r--contrast-ratios.org4
-rw-r--r--ef-spring-theme.el4
2 files changed, 4 insertions, 4 deletions
diff --git a/contrast-ratios.org b/contrast-ratios.org
index f541f02..705b3b6 100644
--- a/contrast-ratios.org
+++ b/contrast-ratios.org
@@ -292,8 +292,8 @@ C1 and C2 are color values written in hexadecimal RGB."
| Name | | #f6fff9 | #e8f0f0 | #e0e6e3 | #f0f8f4 |
|----------------+---------+---------+---------+---------+---------|
-| fg-main | #3f4946 | 9.14 | 8.06 | 7.37 | 8.63 |
-| fg-dim | #707586 | 4.50 | 3.97 | 3.63 | 4.25 |
+| fg-main | #34494a | 9.37 | 8.26 | 7.55 | 8.84 |
+| fg-dim | #777194 | 4.50 | 3.97 | 3.63 | 4.25 |
| fg-alt | #9d5e7a | 4.77 | 4.21 | 3.85 | 4.50 |
| red | #c42d2f | 5.47 | 4.82 | 4.41 | 5.16 |
| red-warmer | #d03003 | 5.01 | 4.42 | 4.04 | 4.73 |
diff --git a/ef-spring-theme.el b/ef-spring-theme.el
index e23fde9..b7bf548 100644
--- a/ef-spring-theme.el
+++ b/ef-spring-theme.el
@@ -42,9 +42,9 @@
(defconst ef-spring-palette
'(;; Basic tones
(bg-main "#f6fff9")
- (fg-main "#3f4946")
+ (fg-main "#34494a")
(bg-dim "#e8f0f0")
- (fg-dim "#707586")
+ (fg-dim "#777294")
(bg-alt "#e0e6e3")
(fg-alt "#9d5e7a")