ef-day: tweak fg-alt

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

View file

@ -76,7 +76,7 @@ C1 and C2 are color values written in hexadecimal RGB."
| Name | | #fff5ea | #f5eddf | #e9e0d8 |
|----------------+---------+---------+---------+---------|
| fg-main | #5d4646 | 8.03 | 7.43 | 6.63 |
| fg-main | #584141 | 8.68 | 8.04 | 7.17 |
| fg-dim | #63728f | 4.50 | 4.17 | 3.72 |
| fg-alt | #8f5f4a | 5.00 | 4.63 | 4.13 |
| red | #c42d2f | 5.18 | 4.80 | 4.28 |

View file

@ -44,7 +44,7 @@
(defconst ef-day-palette
'(;; Basic tones
(bg-main "#fff5ea")
(fg-main "#5d4646")
(fg-main "#584141")
(bg-dim "#f5eddf")
(fg-dim "#63728f")
(bg-alt "#e9e0d8")