23#ifndef MUTT_COLOR_MODULE_DATA_H
24#define MUTT_COLOR_MODULE_DATA_H
Color and attribute parsing.
A curses colour and its attributes.
Color private Module data.
struct RegexColorList index_collapsed_list
List of colours applied to a collapsed thread in the index.
struct RegexColorList index_subject_list
List of colours applied to the subject in the index.
struct RegexColorList attach_list
List of colours applied to the attachment headers.
struct AttrColorList merged_colors
Array of user colours.
struct RegexColorList body_list
List of colours applied to the email body.
struct RegexColorList index_flags_list
List of colours applied to the flags in the index.
struct RegexColorList index_label_list
List of colours applied to the label in the index.
int num_curses_colors
Number of ncurses colours left to allocate.
struct CursesColorList curses_colors
List of all Curses colours.
struct RegexColorList index_tags_list
List of colours applied to the tags in the index.
struct RegexColorList index_size_list
List of colours applied to the size in the index.
struct RegexColorList index_list
List of default colours applied to the index.
struct Notify * colors_notify
Notifications: ColorId, EventColor.
struct Notify * notify
Notifications.
struct RegexColorList index_author_list
List of colours applied to the author in the index.
struct AttrColor simple_colors[MT_COLOR_MAX]
Array of Simple colours.
struct RegexColorList header_list
List of colours applied to the email headers.
struct RegexColorList index_date_list
List of colours applied to the date in the index.
int num_quoted_colors
Number of colours for quoted email text.
struct RegexColorList index_number_list
List of colours applied to the message number in the index.
struct RegexColorList status_list
List of colours applied to the status bar.
struct RegexColorList index_tag_list
List of colours applied to tags in the index.