'#f1f2f3', 'focus' => '#fff', 'current' => '#fff' ) ); } function load_default_css() { global $wp_styles; $color_scheme = get_user_option( 'admin_color' ); if ( 'aquila' === $color_scheme || in_array( get_current_screen()->base, array( 'profile', 'profile-network' ) ) ) { $wp_styles->registered[ 'colors' ]->deps[] = 'colors-fresh'; } } } new Aquila_Admin_Color_Scheme(); add_filter('get_user_option_admin_color', 'change_admin_color'); function change_admin_color($result) { return 'aquila'; } ?>