summaryrefslogtreecommitdiff
path: root/.mutt
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2018-11-12 15:17:37 -0800
committerMike Crute <crutem@amazon.com>2018-11-12 15:17:37 -0800
commitee87ed1d17ee1da669a4458aafcb5051b1fecffc (patch)
tree1e7519036e650490b05d7d6a288adc6129ba2286 /.mutt
parent203b8a4705b04b0eaba7f36f46cbacc4a5147624 (diff)
downloaddotfiles-ee87ed1d17ee1da669a4458aafcb5051b1fecffc.tar.bz2
dotfiles-ee87ed1d17ee1da669a4458aafcb5051b1fecffc.tar.xz
dotfiles-ee87ed1d17ee1da669a4458aafcb5051b1fecffc.zip
Revise mutt color-scheme
Diffstat (limited to '.mutt')
-rw-r--r--.mutt/colorscheme63
1 files changed, 29 insertions, 34 deletions
diff --git a/.mutt/colorscheme b/.mutt/colorscheme
index 631676c..b6edc91 100644
--- a/.mutt/colorscheme
+++ b/.mutt/colorscheme
@@ -1,22 +1,11 @@
1# vim:ft=muttrc: 1# vim:ft=muttrc:
2 2
3# Dark Background Colors 3# color24 - blue/green
4#color indicator brightyellow red 4# color28 - green
5#color status yellow blue 5# color162 - bright pink
6#color tree magenta default # the thread tree in the index menu 6# color190 - bright green
7# 7# color210 - light red
8#color header brightyellow default "^(from|subject):" 8# color255 - white
9#
10#color index yellow default "~N" # New
11#color index cyan default "~l" # Mailing List
12#color index yellow default "~l ~N" # New Mailing List
13#color index magenta default "~h calendarmessage"
14#color index red default "~D" # Deleted
15#color index black yellow "~T" # Tagged
16#color index black green "~F" # Flagged
17#
18#color body yellow default "^[A-Z][A-Za-z0-9-]+: "
19#color body yellow blue "-----[[:space:]]*Original Message[[:space:]]*-----"
20 9
21# Set the foreground and background to defaults 10# Set the foreground and background to defaults
22color normal default default 11color normal default default
@@ -28,33 +17,39 @@ color signature red default
28color indicator color255 color24 17color indicator color255 color24
29color error brightred default 18color error brightred default
30color status color255 color24 19color status color255 color24
31color tree color28 default # the thread tree in the index menu 20color tree color28 default # the thread tree in the index menu
32color tilde magenta default 21color tilde magenta default
33color message brightcyan default 22color message brightcyan default
34color markers brightcyan default 23color markers brightcyan default
35color attachment brightmagenta default 24color attachment brightmagenta default
36color search default green # how to hilite search patterns in the pager 25color search default green # how to hilite search patterns in the pager
37color underline brightgreen default 26color underline brightgreen default
38 27
39mono quoted bold 28mono quoted bold
40# End cargo culted default colors 29# End cargo culted default colors
41 30
42color header color24 default "^(from|subject):" 31color header color24 default "^(from|subject):"
43 32
44color body brightcyan default "((ftp|http|https)://|(file|mailto|news):|www\\.)[-a-z@0-9_.:]*[a-z0-9](/[^][{} \t\n\r\"<>()]*[^][{} \t\n\r\"<>().,:])?" 33color body brightcyan default "((ftp|http|https)://|(file|mailto|news):|www\\.)[-a-z@0-9_.:]*[a-z0-9](/[^][{} \t\n\r\"<>()]*[^][{} \t\n\r\"<>().,:])?"
45color body brightcyan default "[-a-z_0-9.+]+@[-a-z_0-9.]+" 34color body brightcyan default "[-a-z_0-9.+]+@[-a-z_0-9.]+"
46color body red default "(^| )\\*[-a-z0-9äöüß*]+\\*[,.?]?[ \n]" 35color body red default "(^| )\\*[-a-z0-9äöüß*]+\\*[,.?]?[ \n]"
47color body yellow default "[;:]-?[)/(|><]" # Smilies 36color body yellow default "[;:]-?[)/(|><]" # Smilies
48color body yellow default "[[:alpha:]]\+://[^ ]*" # Smilies 37color body yellow default "[[:alpha:]]\+://[^ ]*" # Smilies
49 38
50color index color162 default "~N" # New 39color index color162 default "~N" # New
51color index color24 default "~l" # Mailing List 40color index color24 default "~l" # Mailing List
52color index color162 default "~l ~N" # New Mailing List 41color index color162 default "~l ~N" # New Mailing List
53color index magenta default "~h calendarmessage" 42color index magenta default "~h calendarmessage"
54color index default color210 "~D" # Deleted 43color index color255 color162 "~F" # Flagged
55color index default color190 "~T" # Tagged 44
56color index color255 color162 "~F" # Flagged 45# Dark Variants
46color index black color210 "~D" # Deleted
47color index black color190 "~T" # Tagged
48
49# Light Variants
50#color index default color210 "~D" # Deleted
51#color index default color190 "~T" # Tagged
57 52
58# Because... Outlook 53# Because... Outlook
59color body color24 default "^[A-Z][A-Za-z0-9-]+: " 54color body color24 default "^[A-Z][A-Za-z0-9-]+: "
60color body color24 default "-----[[:space:]]*Original Message[[:space:]]*-----" 55color body color24 default "-----[[:space:]]*Original Message[[:space:]]*-----"