aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2024-05-10 07:44:51 +0300
committerProtesilaos Stavrou <info@protesilaos.com>2024-05-10 07:44:51 +0300
commit4297e6cca7aa1139422c4d1a9c6f5a59f6ad4c71 (patch)
tree8140eaf516ebc5ea9827dc523fedaf7872f44cfa
parent4d7cd1fdef459b9f76b9c1f35ec063d0eafe469a (diff)
ef-melissa-light: make fg-alt more yellow than green
We already use a faint green for comments and other such elements. This colour is better suited in its context.
-rw-r--r--contrast-ratios.org2
-rw-r--r--ef-melissa-light-theme.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrast-ratios.org b/contrast-ratios.org
index 9a38272..2fb730e 100644
--- a/contrast-ratios.org
+++ b/contrast-ratios.org
@@ -1366,7 +1366,7 @@ a tone. Blue is okay.
|----------------+---------+---------+---------+---------+---------|
| fg-main | #484431 | 9.05 | 8.11 | 6.96 | 8.54 |
| fg-dim | #68708a | 4.55 | 4.07 | 3.49 | 4.29 |
-| fg-alt | #66713a | 4.87 | 4.36 | 3.74 | 4.59 |
+| fg-alt | #80431a | 7.10 | 6.36 | 5.46 | 6.70 |
| red | #ba2d2f | 5.54 | 4.97 | 4.26 | 5.23 |
| red-warmer | #c74400 | 4.57 | 4.09 | 3.51 | 4.31 |
| red-cooler | #c02945 | 5.33 | 4.77 | 4.10 | 5.03 |
diff --git a/ef-melissa-light-theme.el b/ef-melissa-light-theme.el
index 9265890..cec2e26 100644
--- a/ef-melissa-light-theme.el
+++ b/ef-melissa-light-theme.el
@@ -52,7 +52,7 @@
(bg-dim "#f5e9cb")
(fg-dim "#68708a")
(bg-alt "#e7d7c6")
- (fg-alt "#66713a")
+ (fg-alt "#80431a")
(bg-active "#c7b7a6")
(bg-inactive "#f9efd4")