I am seeing lots of wrong colored symbols all over. Mostly correct it is in the main editor window. But tooltips, context bar, definition bar, HCB are mostly wrong. Keywords like bool, const, static are pretty much always wrong. Either in grey or brown, blue is the exception.
I have cleared database and history/cache after installing 1428.
Here is a nice example, where bool is in one of 3 colors:
void MyClass::SomeF|unc(bool b)
{|
m_bVa|r = b;
}
Place the caret in each of the locations shown, and the context bar shows the bool keyword in various colors.