diff options
-rw-r--r-- | mutt/colors | 23 | ||||
-rw-r--r-- | mutt/muttrc | 2 |
2 files changed, 24 insertions, 1 deletions
diff --git a/mutt/colors b/mutt/colors new file mode 100644 index 0000000..39b16b2 --- /dev/null +++ b/mutt/colors @@ -0,0 +1,23 @@ +# -*-muttrc-*- + +# Palette for use with the Linux console. Black background. + +color hdrdefault blue black +color quoted blue black +color signature blue black +color attachment red black +color prompt brightmagenta black +color message brightred black +color error brightred black +color indicator black red +color status brightgreen blue +color tree white black +color normal white black +color markers red black +color search white black +color tilde brightmagenta black +color index blue black ~F +color index red black "~N|~O" + +# color body brightwhite black '\*+[^*]+\*+' +# color body brightwhite black '_+[^_]+_+' diff --git a/mutt/muttrc b/mutt/muttrc index 2eb660d..899f292 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -9,6 +9,7 @@ set mailcap_path = ~/.mutt/mailcap set tmpdir = ~/.mutt/temp # Source crypto, aliases, mailboxes +source ~/.mutt/colors source ~/.mutt/crypto source ~/.mutt/alias source ~/.mutt/mailboxes @@ -87,7 +88,6 @@ folder-hook 'Personal*' 'source ~/.mutt/id_personal' # Source mutt solarized `[ "$COLORSCHEME" = "light" ] && echo source $HOME/.mutt/solarized/mutt-colors-solarized-light-16.muttrc || echo set` `[ "$COLORSCHEME" = "dark" ] && echo source $HOME/.mutt/solarized/mutt-colors-solarized-dark-16.muttrc || echo set` -`[ "$COLORSCHEME" = "default" ] && echo source $HOME/.mutt/solarized/mutt-colors-solarized-dark-16.muttrc || echo set` # Identities set reverse_name |