After changing
add_action(‘wp_print_styles’, ‘gamepress_enqueue_skin_css’);
to:
add_action(‘wp_enqueue_scripts’, ‘gamepress_enqueue_skin_css’);
I can no longer change the Color scheme.
I also noticed your theme seems to mess with a lot of dashboard items.. like added bullets and line separators.
Thanks