// generated by Theo (https://github.com/salesforce-ux/theo) export type ThemeColors = | 'content-main' | 'content-secondary' | 'content-action' | 'content-placeholder' | 'content-disabled' | 'content-link' | 'content-link-hover' | 'content-link-visited' | 'content-negative' | 'content-warning' | 'content-positive' | 'content-info' | 'content-spinner' | 'content-progress' | 'content-logo' | 'content-inverse-main' | 'content-inverse-secondary' | 'content-on-action' | 'content-on-inverse-action' | 'content-always-light' | 'content-always-dark' | 'background-main' | 'background-surface' | 'background-surface-alt' | 'background-action' | 'background-action-hover' | 'background-action-active' | 'background-action-subtle' | 'background-action-subtle-hover' | 'background-disabled' | 'background-negative' | 'background-negative-hover' | 'background-negative-active' | 'background-negative-subtle' | 'background-negative-subtle-hover' | 'background-warning' | 'background-warning-subtle' | 'background-positive' | 'background-positive-subtle' | 'background-info' | 'background-info-subtle' | 'background-input' | 'background-input-selected' | 'background-spinner' | 'background-progress' | 'background-overlay' | 'background-overlay-subtle' | 'background-inverse-main' | 'background-inverse-surface' | 'background-inverse-action' | 'background-switch-selected' | 'background-switch-handle-selected' | 'background-switch-selected-hover' | 'background-switch-handle-selected-hover' | 'background-switch-handle-unselected' | 'background-switch-handle-unselected-hover' | 'background-switch-handle-unselected-disabled' | 'content-switch-handle-selected' | 'content-switch-handle-selected-hover' | 'content-switch-handle-selected-disabled' | 'border-switch-selected' | 'border-switch-selected-hover' | 'border-switch-selected-disabled' | 'border-separator' | 'border-input' | 'border-input-hover' | 'border-action' | 'border-action-hover' | 'border-action-subtle' | 'border-disabled' | 'border-negative' | 'border-negative-subtle' | 'border-warning' | 'border-warning-subtle' | 'border-positive' | 'border-positive-subtle' | 'border-info' | 'border-info-subtle' | 'border-input-selected' | 'border-focus-inner' | 'border-action-focus' | 'border-negative-focus' | 'border-inverse-action' ;