init_color, init_pair - redefine specified colour or colour pair
#include <curses.h> int init_color(short color, short red, short green, short blue); int init_pair(short pair, short f, short b);
Refer to can_change_color().