When I do in the Python QGIS console QgsColorSchemeRegistry.instance().schemes(), it returns the following
[, , ]If I loop the schemes with [scheme.schemeName() for scheme in QgsColorSchemeRegistry.instance().schemes()], I get:
[u'Recent colors', u'Standard colors', u'Project colors']So, it...