// BASIC THEME COLOR MAP: This partial defines the basic theme's registration color map.
// - Map include Registration color scope tokens.
// - Map is collected into the $theme-basic-settings map and is interpolated into custom properties.

$theme-basic-palette: (
  color-highlight_blue: $color-highlight_blue,
  color-basic_blue: $color-basic_blue,
  color-dark_blue: $color-dark_blue,
  color-bazooka: $color-bazooka,
  color-snow_white: $color-snow_white,
  color-teal-lightstone_gray: $color-teal-lightstone_gray,
  color-ui_grey: $color-ui_grey,
  color-wolf_gray: $color-wolf_gray,
  color-asphalt: $color-asphalt,
  color-mud_black: $color-mud_black,
  color-success: $color-success,
  color-success-hover: $color-success-hover,
  color-success-highlight: $color-success-highlight,
  color-error: $color-error,
  color-error-hover: $color-error-hover,
  color-error-highlight: $color-error-highlight,
  color-link_color: $color-link_color,
  color-surface: $color-surface,
  color-white:$color-white,
  color-black:$color-black,
  color-sand-100:$colors-sand-100,
  color-sand-200:$colors-sand-200,
  color-sand-300:$colors-sand-300,
  color-sand-400:$colors-sand-400,
  color-sand-500:$colors-sand-500,
  color-sand-600:$colors-sand-600,
  color-sand-700:$colors-sand-700,
  color-sand-800:$colors-sand-800,
  color-sand-900:$colors-sand-900,
  color-sand-950:$colors-sand-950,
  color-obsidian-100:$colors-obsidian-100,
  color-obsidian-200:$colors-obsidian-200,
  color-obsidian-300:$colors-obsidian-300,
  color-obsidian-400:$colors-obsidian-400,
  color-obsidian-500:$colors-obsidian-500,
  color-obsidian-600:$colors-obsidian-600,
  color-obsidian-700:$colors-obsidian-700,
  color-obsidian-800:$colors-obsidian-800,
  color-obsidian-900:$colors-obsidian-900,
  color-obsidian-950:$colors-obsidian-950,
  color-solar-flare-100:$colors-solar-flare-100,
  color-solar-flare-200:$colors-solar-flare-200,
  color-solar-flare-300:$colors-solar-flare-300,
  color-solar-flare-400:$colors-solar-flare-400,
  color-solar-flare-500:$colors-solar-flare-500,
  color-solar-flare-600:$colors-solar-flare-600,
  color-solar-flare-700:$colors-solar-flare-700,
  color-solar-flare-800:$colors-solar-flare-800,
  color-solar-flare-900:$colors-solar-flare-900,
  color-solar-flare-950:$colors-solar-flare-950,
  color-gray-100:$colors-gray-100,
  color-gray-200:$colors-gray-200,
  color-gray-300:$colors-gray-300,
  color-gray-400:$colors-gray-400,
  color-gray-500:$colors-gray-500,
  color-gray-600:$colors-gray-600,
  color-gray-700:$colors-gray-700,
  color-gray-800:$colors-gray-800,
  color-gray-900:$colors-gray-900,
  color-gray-950:$colors-gray-950,
  color-yellow-100:$colors-yellow-100,
  color-yellow-200:$colors-yellow-200,
  color-yellow-300:$colors-yellow-300,
  color-yellow-400:$colors-yellow-400,
  color-yellow-500:$colors-yellow-500,
  color-yellow-600:$colors-yellow-600,
  color-yellow-700:$colors-yellow-700,
  color-yellow-800:$colors-yellow-800,
  color-yellow-900:$colors-yellow-900,
  color-yellow-950:$colors-yellow-950,
  color-orange-100:$colors-orange-100,
  color-orange-200:$colors-orange-200,
  color-orange-300:$colors-orange-300,
  color-orange-400:$colors-orange-400,
  color-orange-500:$colors-orange-500,
  color-orange-600:$colors-orange-600,
  color-orange-700:$colors-orange-700,
  color-orange-800:$colors-orange-800,
  color-orange-900:$colors-orange-900,
  color-orange-950:$colors-orange-950,
  color-lime-100:$colors-lime-100,
  color-lime-200:$colors-lime-200,
  color-lime-300:$colors-lime-300,
  color-lime-400:$colors-lime-400,
  color-lime-500:$colors-lime-500,
  color-lime-600:$colors-lime-600,
  color-lime-700:$colors-lime-700,
  color-lime-800:$colors-lime-800,
  color-lime-900:$colors-lime-900,
  color-lime-950:$colors-lime-950,
  color-green-100:$colors-green-100,
  color-green-200:$colors-green-200,
  color-green-300:$colors-green-300,
  color-green-400:$colors-green-400,
  color-green-500:$colors-green-500,
  color-green-600:$colors-green-600,
  color-green-700:$colors-green-700,
  color-green-800:$colors-green-800,
  color-green-900:$colors-green-900,
  color-green-950:$colors-green-950,
  color-teal-100:$colors-teal-100,
  color-teal-200:$colors-teal-200,
  color-teal-300:$colors-teal-300,
  color-teal-400:$colors-teal-400,
  color-teal-500:$colors-teal-500,
  color-teal-600:$colors-teal-600,
  color-teal-700:$colors-teal-700,
  color-teal-800:$colors-teal-800,
  color-teal-900:$colors-teal-900,
  color-teal-950:$colors-teal-950,
  color-steel-100:$colors-steel-100,
  color-steel-200:$colors-steel-200,
  color-steel-300:$colors-steel-300,
  color-steel-400:$colors-steel-400,
  color-steel-500:$colors-steel-500,
  color-steel-600:$colors-steel-600,
  color-steel-700:$colors-steel-700,
  color-steel-800:$colors-steel-800,
  color-steel-900:$colors-steel-900,
  color-steel-950:$colors-steel-950,
  color-pink-100:$colors-pink-100,
  color-pink-200:$colors-pink-200,
  color-pink-300:$colors-pink-300,
  color-pink-400:$colors-pink-400,
  color-pink-500:$colors-pink-500,
  color-pink-600:$colors-pink-600,
  color-pink-700:$colors-pink-700,
  color-pink-800:$colors-pink-800,
  color-pink-900:$colors-pink-900,
  color-pink-950:$colors-pink-950,
  color-red-100:$colors-red-100,
  color-red-200:$colors-red-200,
  color-red-300:$colors-red-300,
  color-red-400:$colors-red-400,
  color-red-500:$colors-red-500,
  color-red-600:$colors-red-600,
  color-red-700:$colors-red-700,
  color-red-800:$colors-red-800,
  color-red-900:$colors-red-900,
  color-red-950:$colors-red-950,
  color-purple-100:$colors-purple-100,
  color-purple-200:$colors-purple-200,
  color-purple-300:$colors-purple-300,
  color-purple-400:$colors-purple-400,
  color-purple-500:$colors-purple-500,
  color-purple-600:$colors-purple-600,
  color-purple-700:$colors-purple-700,
  color-purple-800:$colors-purple-800,
  color-purple-900:$colors-purple-900,
  color-purple-950:$colors-purple-950,

);
