tty_map_theme_colour
gc2.fg = tty_map_theme_colour(tty, gc2.fg);
gc2.bg = tty_map_theme_colour(tty, gc2.bg);
gc2.us = tty_map_theme_colour(tty, gc2.us);
gc->fg = tty_map_theme_colour(tty, gc->fg);
gc->bg = tty_map_theme_colour(tty, gc->bg);
gc->us = tty_map_theme_colour(tty, gc->us);
static int tty_map_theme_colour(struct tty *, int);
c = tty_map_theme_colour(tty, c);