ef-night: tweak fg-alt

This commit is contained in:
Protesilaos Stavrou 2022-08-16 07:36:18 +03:00
parent 14319e33a0
commit 93cbf77801
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 2 additions and 2 deletions

View file

@ -186,7 +186,7 @@ C1 and C2 are color values written in hexadecimal RGB."
|----------------+---------+---------+---------+---------|
| fg-main | #afbcbf | 10.02 | 8.91 | 7.60 |
| fg-dim | #70819f | 4.96 | 4.41 | 3.76 |
| fg-alt | #70a89f | 7.25 | 6.44 | 5.50 |
| fg-alt | #b0a0a0 | 7.80 | 6.93 | 5.92 |
| red | #ef656a | 6.27 | 5.57 | 4.76 |
| red-warmer | #f47360 | 6.95 | 6.18 | 5.27 |
| red-cooler | #ef798f | 7.26 | 6.45 | 5.51 |

View file

@ -48,7 +48,7 @@
(bg-dim "#0f1b29")
(fg-dim "#70819f")
(bg-alt "#1a2a2f")
(fg-alt "#70a89f")
(fg-alt "#b0a0a0")
;; Basic hues for foreground values
(red "#ef656a")