commit 3f6811f78c0d82440c6b3afb5ec25345549b74f1 (patch)
parent 5eafae3fb9121c4b262c554423f9c0c93763cd3c
Author: Alex Karle <alex@alexkarle.com>
Date: Sun, 1 Jan 2023 14:14:36 -0500
mutt: Update colors for black-on-white colorschemes
This inverts the typical white-on-black
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.muttrc b/.muttrc
@@ -26,7 +26,8 @@ set ssl_force_tls=yes
set pager_index_lines=6
# Monochrome coloring
-color index bold white black ~N
+color normal default default
+color index bold black white ~N
# Convert text/html to plaintext via mailcap, but prefer plaintext if there
auto_view text/html