// Auto-generated aggregated types for all semantic tokens in category "background"
export const allBackgroundSemanticTokens = [
  "background-accent",
  "background-accent-secondary",
  "background-accent-secondary-subtle",
  "background-accent-subtle",
  "background-always-dark",
  "background-always-light",
  "background-data-viz-blue",
  "background-data-viz-blue-subtle",
  "background-data-viz-brown",
  "background-data-viz-brown-subtle",
  "background-data-viz-grey",
  "background-data-viz-grey-subtle",
  "background-data-viz-lilac",
  "background-data-viz-lilac-subtle",
  "background-data-viz-magenta",
  "background-data-viz-magenta-subtle",
  "background-data-viz-mint-green",
  "background-data-viz-mint-green-subtle",
  "background-data-viz-olive-green",
  "background-data-viz-olive-green-subtle",
  "background-data-viz-orange",
  "background-data-viz-orange-subtle",
  "background-data-viz-red",
  "background-data-viz-red-subtle",
  "background-data-viz-sky-blue",
  "background-data-viz-sky-blue-subtle",
  "background-data-viz-yellow",
  "background-data-viz-yellow-subtle",
  "background-disabled",
  "background-inverse-primary",
  "background-negative",
  "background-negative-subtle",
  "background-on-warning-subtle",
  "background-overlay-primary",
  "background-overlay-secondary",
  "background-positive",
  "background-positive-subtle",
  "background-primary",
  "background-secondary",
  "background-surface-primary",
  "background-surface-secondary",
  "background-tertiary",
  "background-transparent",
  "background-warning",
  "background-warning-subtle"
] as const;
export type AllBackgroundSemanticToken = typeof allBackgroundSemanticTokens[number];
