When specifying a namespace during a variable assignment and scrolling to the right, the classname is colored black.
eg:
Without scrolling:
namespacename::ClassName* state = namespacename::ClassName::Create();
After scrolling to the right:
namespacename::ClassName* state = namespacename::ClassName::Create();
It does not happen in lines without the equal sign.