branch: externals/ef-themes
commit 1efb4e8b9607e4efd38f624a01debe6420971a29
Author: Protesilaos <[email protected]>
Commit: Protesilaos <[email protected]>
ef-atlantis: make the green-cooler less blue
---
contrast-ratios.org | 2 +-
ef-atlantis-theme.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrast-ratios.org b/contrast-ratios.org
index 0feb020ee5..f1b96c0f7b 100644
--- a/contrast-ratios.org
+++ b/contrast-ratios.org
@@ -171,7 +171,7 @@ C1 and C2 are color values written in hexadecimal RGB."
| red-faint | #c57062 | 4.84 | 4.34 | 3.95 |
| green | #1fa526 | 5.33 | 4.78 | 4.35 |
| green-warmer | #77b22f | 6.75 | 6.06 | 5.51 |
-| green-cooler | #00a972 | 5.70 | 5.12 | 4.65 |
+| green-cooler | #00a962 | 5.65 | 5.07 | 4.61 |
| green-faint | #81a06c | 5.92 | 5.31 | 4.83 |
| yellow | #c48502 | 5.52 | 4.96 | 4.51 |
| yellow-warmer | #e6832f | 6.31 | 5.66 | 5.15 |
diff --git a/ef-atlantis-theme.el b/ef-atlantis-theme.el
index b8d14a677b..e9a377d9f5 100644
--- a/ef-atlantis-theme.el
+++ b/ef-atlantis-theme.el
@@ -53,7 +53,7 @@
(red-faint "#c57062")
(green "#1fa526")
(green-warmer "#77b22f")
- (green-cooler "#00a972")
+ (green-cooler "#00a962")
(green-faint "#81a06c")
(yellow "#c48502")
(yellow-warmer "#e6832f")