diff options
| author | Benjamin Linskey | 2026-06-09 17:11:06 -0400 |
|---|---|---|
| committer | Benjamin Linskey | 2026-06-09 17:11:06 -0400 |
| commit | 9b94ceef7e187de7713a9787dc5a20ec68253f50 (patch) | |
| tree | cd9bbee00c61434bfc7722e2d0f7f297c3220408 | |
| parent | cae7ac4cfc6226faa3e327c8b598c33eba454637 (diff) | |
| download | dotfiles-9b94ceef7e187de7713a9787dc5a20ec68253f50.tar.gz | |
mutt: Update colors
| -rw-r--r-- | .mutt/muttrc | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/.mutt/muttrc b/.mutt/muttrc index f65769b..bb45178 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -70,19 +70,19 @@ macro index,pager d "<delete-message><sync-mailbox>" "Delete message" macro index,pager J "<save-message>'=Learn spam'<enter>" "Mark as spam" # Color palette -color hdrdefault cyan black -color quoted yellow black -color signature blue black -color attachment red black -color prompt white black -color message white black -color error brightred black -color indicator brightblack blue +color hdrdefault cyan default +color quoted yellow default +color signature blue default +color attachment red default +color prompt white default +color message white default +color error brightred default +color indicator brightwhite brightblue color status white brightcyan -color tree white black -color normal white black -color markers red black +color tree white default +color normal white default +color markers red default color search black yellow -color tilde brightmagenta black +color tilde brightmagenta default color index blue black ~F color index red black "~N|~O" |