@use '../light/geo-map' as *;

////
/// @package theming
/// @group schemas
/// @access public
/// @author <a href="https://github.com/didimmova" target="_blank">Dilyana Dimova</a>
////

/// Generates a dark base geo map schema.
/// @type {Map}
/// @requires $material-geo-map
/// @see $material-geo-map
$dark-material-geo-map: $material-geo-map;

/// Generates a dark fluent geo map schema.
/// @type {Map}
/// @requires $fluent-geo-map
/// @see $fluent-geo-map
$dark-fluent-geo-map: $fluent-geo-map;

/// Generates a dark bootstrap geo map schema.
/// @type {Map}
/// @requires $bootstrap-geo-map
/// @see $bootstrap-geo-map
$dark-bootstrap-geo-map: $bootstrap-geo-map;

/// Generates a dark indigo geo map schema.
/// @type {Map}
/// @requires $indigo-geo-map
/// @see $indigo-geo-map
$dark-indigo-geo-map: $indigo-geo-map;
