···66color quoted blue white
77color signature red white
88color attachment red white
99+color prompt brightmagenta white
910color message brightred white
1011color error brightred white
1112color indicator brightyellow red
+1
contrib/colors.linux
···66color quoted blue black
77color signature blue black
88color attachment red black
99+color prompt brightmagenta black
910color message brightred black
1011color error brightred black
1112color indicator black red
+6
curs_lib.c
···139139 do
140140 {
141141 CLEARLINE (LINES-1);
142142+ SETCOLOR (MT_COLOR_PROMPT);
142143 addstr ((char *)field); /* cast to get around bad prototypes */
144144+ NORMAL_COLOR;
143145 mutt_refresh ();
144146 getyx (stdscr, y, x);
145147 ret = _mutt_enter_string (buf, buflen, y, x, complete, multiple, files, numfiles, es);
···225227 answer_string_len = mutt_strwidth (answer_string);
226228 /* maxlen here is sort of arbitrary, so pick a reasonable upper bound */
227229 msglen = mutt_wstr_trunc (msg, 4*COLS, COLS - answer_string_len, NULL);
230230+ SETCOLOR (MT_COLOR_PROMPT);
228231 addnstr (msg, msglen);
229232 addstr (answer_string);
233233+ NORMAL_COLOR;
230234 FREE (&answer_string);
231235232236 FOREVER
···647651 int choice;
648652 char *p;
649653654654+ SETCOLOR (MT_COLOR_PROMPT);
650655 mvaddstr (LINES - 1, 0, prompt);
656656+ NORMAL_COLOR;
651657 clrtoeol ();
652658 FOREVER
653659 {
+1
doc/manual.xml.head
···26442644<listitem><para>markers (the <quote>+</quote> markers at the beginning of wrapped lines in the pager)</para></listitem>
26452645<listitem><para>message (informational messages)</para></listitem>
26462646<listitem><para>normal</para></listitem>
26472647+<listitem><para>prompt</para></listitem>
26472648<listitem><para>quoted (text matching <link linkend="quote-regexp">$quote_regexp</link> in the body of a message)</para></listitem>
26482649<listitem><para>quoted1, quoted2, ..., quoted<emphasis>N</emphasis> (higher levels of quoting)</para></listitem>
26492650<listitem><para>search (highlighting of words in the pager)</para></listitem>
+1-1
doc/muttrc.man.head
···233233.BR hdrdefault ", " index ", " indicator ", " markers ", "
234234.BR message ", " normal ", " quoted ", " quoted\fIN\fP ", "
235235.BR search ", " signature ", " status ", " tilde ", " tree ", "
236236-.BR underline .
236236+.BR underline ", " prompt .
237237The
238238.BR body " and " header
239239objects allow you to restrict the colorization to a regular