diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-08-05 17:33:55 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-08-05 17:33:55 +0200 |
commit | 9f0c3986ffe06ed68ccc16aac2913a73fabfbdb2 (patch) | |
tree | cc51dfec8e54e252498ef5d315a26a23b5fd9658 /mutt | |
parent | e90174ccd26c7dfc1e2176ba43798f7f3c5eb94c (diff) |
Fix various things
Diffstat (limited to 'mutt')
-rw-r--r-- | mutt/muttrc | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/mutt/muttrc b/mutt/muttrc index b12a567..fb57f0a 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -88,14 +88,12 @@ bind pager R group-reply `[ "$COLORSCHEME" = "dark" ] && echo source $HOME/github/mutt-colors-solarized/mutt-colors-solarized-dark-16.muttrc || echo set` `[ "$COLORSCHEME" = "default" ] && echo source $HOME/github/mutt-colors-solarized/mutt-colors-solarized-dark-16.muttrc || echo set` -# Colors +color index red default "~F" color index brightblue default "~f edfenergy" color index brightblue default "~f terravision" color index magenta default "~f avaaz" -color index green default "~f vaes" -color index blue default "~f pavliotis" -color index blue default "~f abdulle" color index magenta default "~f santos" color index magenta default "~f rusudan" -color index red default "~F" color index cyan default "~U" +color index green default "~f pavliotis" +color index green default "~f abdulle" |