color_t
static void tem_set_color(text_color_t *, color_t *);
tem_set_color(text_color_t *t, color_t *c)
static void tem_safe_set_color(text_color_t *, color_t *);
tem_safe_set_color(text_color_t *t, color_t *c)
color_t bg_color; /* Background color */
color_t fg_color; /* Foreground color */
color_t bg_color; /* Background color */
color_t fg_color; /* Foreground color */
color_t bg_color; /* Background color */