Projects STRLCPY neomutt Commits 840d684f
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    contrib/fedora_colors.rc
     1 +#
     2 +# Color definitions
     3 +#
     4 + 
     5 +color hdrdefault red default
     6 +color quoted brightblue default
     7 +color signature red default
     8 +color indicator brightyellow red
     9 +color error brightred default
     10 +color status yellow blue
     11 +color tree magenta default # the thread tree in the index menu
     12 +color tilde magenta default
     13 +color message brightcyan default
     14 +color markers brightcyan default
     15 +color attachment brightmagenta default
     16 +color search default green # how to hilite search patterns in the pager
     17 +color warning brightyellow default
     18 + 
     19 +color header brightred default "^(From|Subject):"
     20 +color body magenta default "(ftp|http|https)://[^ ]+" # point out URLs
     21 +color body magenta default "[-a-z_0-9.\+]+@[-a-z_0-9.]+" # e-mail addresses
     22 +color underline brightgreen default
     23 + 
Please wait...
Page is in error, reload to recover