branch: externals/ef-themes
commit 57d619546a83630fb93b02caac7403950d818ae9
Author: Protesilaos <[email protected]>
Commit: Protesilaos <[email protected]>

    ef-atlantis: revise the cyan-cooler value to be less bright and less green
---
 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 f1b96c0f7b..ada35bddc4 100644
--- a/contrast-ratios.org
+++ b/contrast-ratios.org
@@ -187,7 +187,7 @@ C1 and C2 are color values written in hexadecimal RGB."
 | magenta-faint  | #c5a4cf |    7.90 |    7.09 |    6.45 |
 | cyan           | #4fb0cf |    6.96 |    6.24 |    5.68 |
 | cyan-warmer    | #6fafff |    7.62 |    6.84 |    6.22 |
-| cyan-cooler    | #3dc0b0 |    7.72 |    6.93 |    6.30 |
+| cyan-cooler    | #5db2b7 |    7.02 |    6.30 |    5.73 |
 | cyan-faint     | #92b4cf |    7.95 |    7.14 |    6.49 |
 #+TBLFM: $3='(Λ $2 @1$3);%.2f :: $4='(Λ $2 @1$4);%.2f :: $5='(Λ $2 @1$5);%.2f
 
diff --git a/ef-atlantis-theme.el b/ef-atlantis-theme.el
index 05a67300fb..c58d4497da 100644
--- a/ef-atlantis-theme.el
+++ b/ef-atlantis-theme.el
@@ -69,7 +69,7 @@
     (magenta-faint "#c5a4cf")
     (cyan "#4fb0cf")
     (cyan-warmer "#6fafff")
-    (cyan-cooler "#3dc0b0")
+    (cyan-cooler "#5db2b7")
     (cyan-faint "#90becf")
 
     (bg-red-intense "#bd1f30")

Reply via email to