SetTextColor
void SetTextColor(rgb_color fore, rgb_color back);
termView->SetTextColor(handler->getRGB(PREF_TEXT_FORE_COLOR), background);
void SetTextColor(rgb_color color);