void zvt_term_set_color_scheme
(ZvtTerm * term, gushort * red, gushort * grn, gushort * blu);A ZvtTerm widget.
pointer to a gushort array of 18 elements with red values.
pointer to a gushort array of 18 elements with green values.
pointer to a gushort array of 18 elements with blue values.
This function sets the colour palette for the terminal term. Each pointer points to a gushort array of 18 elements. White is 0xffff in all elements.
The elements 0 trough 15 are the first 16 colours for the terminal, with element 16 and 17 the default foreground and background colour respectively.