Redux option doensn’t seem when include from functions.php

function theme_color() {
    include ( get_template_directory() . '/theme-color.php' );
}
add_action('wp_head','theme_color');

so it will be loaded in head