diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 19:33:29 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 19:34:22 +0200 |
commit | 615b9752c0d807e32b3f63654f9bf8144deaf420 (patch) | |
tree | dae75c05f831a9886f85dbf3350dcef1814c6fad /neomutt/themes/comidia | |
parent | ed845448c42d977f0fdd71d63908b3d036c227de (diff) | |
download | dotfiles-615b9752c0d807e32b3f63654f9bf8144deaf420.tar.xz |
neomutt: Fix config locations for new release
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'neomutt/themes/comidia')
-rw-r--r-- | neomutt/themes/comidia | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/neomutt/themes/comidia b/neomutt/themes/comidia deleted file mode 100644 index 8c264a6..0000000 --- a/neomutt/themes/comidia +++ /dev/null @@ -1,53 +0,0 @@ -# -# This theme is from H. D. Lee -# -# This colors file was originally taken from Rosenfeld's -# Modified slightly. -# Running aterm with: -# aterm +sb -geometry 80x60 -bg papayawhip -fg darkgreen -e mutt -# -# color terminals: -# (default, white, black, green, magenta, blue, cyan, yellow, red) -# (bright...) -# (color1,color2,...,colorN-1) -# -# object foreground background -# -color normal default default # normal text -color indicator brightcyan black # actual message -color tree brightmagenta default # thread arrows -color status cyan black # status line -color error brightcyan default # errors -color message cyan default # info messages -color signature red default # signature -color attachment green default # MIME attachments -color search brightyellow red # search matches -color tilde brightmagenta default # ~ at bottom of msg -color markers red default # + at beginning of wrapped lines -color hdrdefault blue default # default header lines -color bold red default # hiliting bold patterns in body -color underline green default # hiliting underlined patterns in body -color quoted cyan default # quoted text -color quoted1 green default -color quoted2 red default -color quoted3 magenta default -color quoted4 blue default -color quoted5 blue default -# -# object foreground backg. RegExp -# -color header red default "^(from|subject):" -color body yellow default "((ftp|http|https)://|(file|news):|www\\.)[-a-z0-9_.:]*[a-z0-9](/[^][{} \t\n\r\"<>()]*[^][{} \t\n\r\"<>().,:!])?/?" -color body cyan default "[-a-z_0-9.+]+@[-a-z_0-9.]+" -color body red default "(^| )\\*[-a-z0-9*]+\\*[,.?]?[ \n]" -color body green default "(^| )_[-a-z0-9_]+_[,.?]?[ \n]" - -uncolor index * # unset all color index entries -color index green default ~F # Flagged -color index red default ~N # New -color index brightblue default ~O # Old -color index magenta default ~T # Tagged -color index yellow default ~D # Deleted -color index blue default '\[(CHRPM|Contrib-Rpm)\]' -color index color240 default "~h ^X.Mailer..Microsoft.Outlook" -color index brightblack default "~n 10-20" |