diff options
author | Aaron LI <aaronly.me@outlook.com> | 2015-02-04 17:11:03 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2015-02-04 17:11:03 +0800 |
commit | 4403a73e1de25b09691f8f30ea0d6ad784f85f8b (patch) | |
tree | 8eb498d2bfedfa9941aabf7bffe2c14efbeba46e /.mutt/colors | |
parent | 158883aba19b1dced08ad02cb87bd07cb90dfb0c (diff) | |
download | dotfiles-4403a73e1de25b09691f8f30ea0d6ad784f85f8b.tar.bz2 |
Updated mutt configuration files.
* Added compose.rc, compose.sh, updated muttrc; to support compose mail
in new tmux window
* Added mutt_bgrun.sh, updated mailcap; to view attachment without
blocking mutt
* deleted zh
* updated colors
Diffstat (limited to '.mutt/colors')
-rw-r--r-- | .mutt/colors | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/.mutt/colors b/.mutt/colors index 0465acf..c709d50 100644 --- a/.mutt/colors +++ b/.mutt/colors @@ -100,11 +100,6 @@ color body brightwhite red "^gpg: BAD signature from.*" mono body bold "^gpg: Good signature" mono body bold "^gpg: BAD signature from.*" -# Various smilies and the like -color body brightwhite default "<[Gg]>" # <g> -color body brightwhite default "<[Bb][Gg]>" # <bg> -color body brightwhite default " [;:]-*[})>{(<|]" # :-) etc... - # *bold* color body brightblue default "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)" mono body bold "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)" @@ -115,7 +110,19 @@ mono body underline "(^|[[:space:][:punct:]])_[^_]+_([[:space:] color body brightblue default "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)" mono body underline "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)" +# Various smilies and the like +color body brightwhite default "<[Gg]>" # <g> +color body brightwhite default "<[Bb][Gg]>" # <bg> +color body brightwhite default " [;:]-*[})>{(<|]" # :-) etc... + # Border lines. color body blue default "( *[-+=#*~_]){6,}" +## Custom highlights +# arXiv number +color body brightyellow default "(^|[[:space:]])arXiv:[[:space:]0-9\.]+$" +# arXiv title +color body brightwhite default "(^|[[:space:]])Title:\ .+$" + + # vim: set ts=8 sw=4 tw=0 fenc=utf-8 ft=muttrc: # |