23#ifndef MUTT_COLOR_SIMPLE2_H
24#define MUTT_COLOR_SIMPLE2_H
Color and attribute parsing.
ColorId
List of all colored objects.
void simple_colors_init(void)
Initialise the simple colour definitions.
struct AttrColor * simple_color_set(enum ColorId cid, struct AttrColor *ac_val)
Set the colour of a simple object.
struct AttrColor SimpleColors[]
Array of Simple colours.
void simple_colors_cleanup(void)
Reset the simple colour definitions.
bool simple_color_is_header(enum ColorId cid)
Colour is for an Email header.
void simple_color_reset(enum ColorId cid)
Clear the colour of a simple object.
bool simple_color_is_set(enum ColorId cid)
Is the object coloured?
struct AttrColor * simple_color_get(enum ColorId cid)
Get the colour of an object by its ID.
A curses colour and its attributes.