import swagLightSystemPalette from './swagSystemPalette'; import type { SystemPalette } from './types'; const ehJobsSystemPalette: SystemPalette = { ...swagLightSystemPalette, name: 'ehJobs', primary: '#7622d7', secondary: '#40d1ff', onSecondary: '#460078', secondaryHighlightedSurface: '#ecfaff', decorativeSecondary: '#fdfbff', decorativeSecondarySurface: '#d9f6ff', }; export default ehJobsSystemPalette;