add_filter( 'cloudmade_style', 'my_custom_style' );
function my_custom_style() {
    //If I want to use "midnight Comander coloration" style
    return 999;
}