Looking at the code in theme_color_settings_extensions(), I see there are a couple places where $requirement['severity'] and $requirement['description'] are checked for any content in an if statement, but $requirement is never set to anything in that function.
So, in effect, those checks will always result in FALSE.
Something needs fixing. Not sure what yet.