diff options
author | Max Schillinger <max@mxsr.de> | 2023-11-12 11:13:37 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-11-12 12:58:49 +0100 |
commit | 9b3e3d1b8803d35f761fc69abe74cc80431abdba (patch) | |
tree | bb97848c19b3a044014e23fcdc3ce20495bcfec6 | |
parent | 485a2c52f6b64c45b2f4e74cdbf7fee961fcdcf0 (diff) | |
download | aerc-9b3e3d1b8803d35f761fc69abe74cc80431abdba.tar.gz |
stylesets/nord: make unread selected mails readable
Remove the dedicated background color for unread selected
e-mails because it's too close to the foreground color.
Signed-off-by: Max Schillinger <max@mxsr.de>
Acked-by: Robin Jarry <robin@jarry.cc>
-rw-r--r-- | stylesets/nord | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stylesets/nord b/stylesets/nord index a1fdf882..9a3593f2 100644 --- a/stylesets/nord +++ b/stylesets/nord @@ -33,7 +33,6 @@ msglist_flagged.fg=#a3be8c msglist_flagged.bold=true msglist_unread.fg=#8fbcbb -msglist_unread.selected.bg=#88C0D0 msglist_pill.reverse=true |