// This is a choice of overlay style, modifying the base to set the color scheme
// The color scheme is set when the theme is configure via the Omeka admin interface
// The setting is stored in the config.ini file
// $color_scheme will be used as a class attribute where needed to set the colors and other associated
// characteristics
$color_scheme = get_theme_option('Color Scheme');
?>