In case the color difference is a problem, you can examine the rendered Classic tooltip and find the color CSS rule that is applied, then apply it to the Lightweight mode via a CSS selector similar to the following:
div.RadToolTip_Simple .rtContent
{
color: #C98400;
}
Where you can change Simple with the skin name that you are using.