I am trying to remove Admin Color Scheme switcher that is on the my profile page in the wordpress admin. I tried this function but it does not work..
function admin_scheme_be_gone() {
}
add_filter ('register_admin_color_schemes','admin_scheme_be_gone');
Any ideas on how to do this?