// BASIC THEME LEGACY KEYS MAP: This partial defines the basic theme's legacy keys color map.
// - Map include legacy keys scope tokens.
// - Its main Purpose is to separate legacy tokens to registration tokens and key tokens.
// - This map is for Key Tokens.
//   - Legacy Key tokens are aliases of registration tokens or content color tokens with a semantic meaning.
// - Map is collected into the $theme-basic-settings map and is interpolated into custom properties.

$theme-basic-legacy-keys: (
  primary-on-secondary-color: $primary-on-secondary-color,
  primary-hover-on-secondary-color: $primary-hover-on-secondary-color,
  surface-selected-rgb: $surface-selected-rgb,
  primary-selected-on-secondary-color: $primary-selected-on-secondary-color,
  primary-text-on-secondary-color: $primary-text-on-secondary-color,
  text-color-on-primary-with-opacity: $text-color-on-primary-with-opacity,
  text-tertiary: $text-tertiary,
  placeholder-color-with-opacity: $placeholder-color-with-opacity,
  placeholder-on-secondary-color: $placeholder-on-secondary-color,
  icon-on-secondary-color: $icon-on-secondary-color,
  link-on-secondary-color: $link-on-secondary-color,
  label-background-color: $label-background-color,
  label-background-on-secondary-color: $label-background-on-secondary-color,
  surface-primary-rgb: $surface-primary-rgb,
  primary-background-hover-on-secondary-color: $primary-background-hover-on-secondary-color,
  modal-background-color: $modal-background-color,
  surface-secondary-rgb: $surface-secondary-rgb,
  disabled-background-on-secondary-color: $disabled-background-on-secondary-color,
  disabled-text-on-secondary-color: $disabled-text-on-secondary-color,
  ui-border-on-secondary-color: $ui-border-on-secondary-color,
  layout-border-on-secondary-color: $layout-border-on-secondary-color,
  dark-background-color: $dark-background-color,
  dark-background-on-secondary-color: $dark-background-on-secondary-color,
  dialog-background-color: $dialog-background-color,
  box-shadow-mediun: $box-shadow-mediun
);
