diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2024-04-26 21:26:41 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2024-04-26 21:26:41 +0300 |
| commit | 4adefa6398147e7825c9959372cdce1a6f2f4877 (patch) | |
| tree | 076c016f9372cba10292e23c3966ef7190f90840 | |
| parent | 040c83b458196928794501714fe4c9accebfd9cf (diff) | |
ef-melissa-light: tweak red-warmer, red-cooler, yellow to better differentiate them
| -rw-r--r-- | contrast-ratios.org | 6 | ||||
| -rw-r--r-- | ef-melissa-light-theme.el | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/contrast-ratios.org b/contrast-ratios.org index 12f0d5e..9a38272 100644 --- a/contrast-ratios.org +++ b/contrast-ratios.org @@ -1368,14 +1368,14 @@ a tone. Blue is okay. | fg-dim | #68708a | 4.55 | 4.07 | 3.49 | 4.29 | | fg-alt | #66713a | 4.87 | 4.36 | 3.74 | 4.59 | | red | #ba2d2f | 5.54 | 4.97 | 4.26 | 5.23 | -| red-warmer | #b21f00 | 6.29 | 5.63 | 4.83 | 5.93 | -| red-cooler | #c03f3f | 4.83 | 4.32 | 3.71 | 4.55 | +| red-warmer | #c74400 | 4.57 | 4.09 | 3.51 | 4.31 | +| red-cooler | #c02945 | 5.33 | 4.77 | 4.10 | 5.03 | | red-faint | #b05350 | 4.63 | 4.14 | 3.56 | 4.36 | | green | #007a0a | 5.13 | 4.59 | 3.94 | 4.84 | | green-warmer | #5a7400 | 4.94 | 4.42 | 3.80 | 4.66 | | green-cooler | #008250 | 4.51 | 4.04 | 3.47 | 4.25 | | green-faint | #61756c | 4.55 | 4.08 | 3.50 | 4.29 | -| yellow | #a46110 | 4.52 | 4.05 | 3.48 | 4.27 | +| yellow | #a16310 | 4.51 | 4.04 | 3.47 | 4.25 | | yellow-warmer | #ba5205 | 4.52 | 4.05 | 3.48 | 4.26 | | yellow-cooler | #946830 | 4.54 | 4.06 | 3.49 | 4.28 | | yellow-faint | #7f6f1a | 4.64 | 4.15 | 3.56 | 4.37 | diff --git a/ef-melissa-light-theme.el b/ef-melissa-light-theme.el index 8b90320..9265890 100644 --- a/ef-melissa-light-theme.el +++ b/ef-melissa-light-theme.el @@ -60,14 +60,14 @@ ;;; Basic hues for foreground values (red "#ba2d2f") - (red-warmer "#b21f00") - (red-cooler "#c03f3f") + (red-warmer "#c74400") + (red-cooler "#c02945") (red-faint "#b05350") (green "#007a0a") (green-warmer "#5a7400") (green-cooler "#008250") (green-faint "#61756c") - (yellow "#a46110") + (yellow "#a26310") (yellow-warmer "#ba5205") (yellow-cooler "#946830") (yellow-faint "#7f6f1a") |
