@use '../../variables' as vars;

$fds-theme-colors: (
    "primary":          vars.$theme-color-primary,
    "primary-dark":     vars.$theme-color-primary-dark,
    "primary-darker":   vars.$theme-color-primary-darker,
    "ink":              vars.$theme-color-ink,
    "ink-light":        vars.$theme-color-ink-light,
    "success":          vars.$theme-color-success,
    "success-light":    vars.$theme-color-success-light,
    "warning":          vars.$theme-color-warning,
    "warning-light":    vars.$theme-color-warning-light,
    "error":            vars.$theme-color-error,
    "error-light":      vars.$theme-color-error-light,
    "info":             vars.$theme-color-info,
    "info-light":       vars.$theme-color-info-light,
    "text-positive":    vars.$theme-color-text-positive,
    "text-negative":    vars.$theme-color-text-negative,
    "link":             vars.$theme-color-link,
    "link-hover":       vars.$theme-color-link-hover,
    "link-focus":       vars.$theme-color-link-focus,
    "link-visited":     vars.$theme-color-link-visited,
    "disabled-light":   vars.$theme-color-disabled-light,
    "disabled":         vars.$theme-color-disabled,
    "shadow":           vars.$theme-color-shadow,
    "focus":            vars.$theme-focus-color
);