[data-theme=yellow] {
  /* Primary Theme Colors / 主题色 */
  --base-theme-color: var(--yellow-6);
  --base-theme-color-hover: var(--yellow-5);
  --base-theme-color-active: var(--yellow-7);
  --base-theme-color-disabled: var(--yellow-2);
  --base-theme-color-bg: var(--yellow-1);

  /* Secondary Colors / 次主题色 */
  --base-theme-color-secondary: var(--gold-6);
  --base-theme-color-secondary-hover: var(--gold-5);
  --base-theme-color-secondary-active: var(--gold-7);
  --base-theme-color-secondary-disabled: var(--gold-2);
  --base-theme-color-secondary-bg: var(--gold-1);

  /* Tertiary Colors / 第三主题色 */
  --base-theme-color-tertiary: var(--orange-6);
  --base-theme-color-tertiary-hover: var(--orange-5);
  --base-theme-color-tertiary-active: var(--orange-7);
  --base-theme-color-tertiary-disabled: var(--orange-2);
  --base-theme-color-tertiary-bg: var(--orange-1);
}
