...
Code Block | ||
---|---|---|
| ||
export const configTheme = { plk: { default: 'orange', purple: {}, orange: { backgroundHero: theme.token('background-hero-orange'), isSplit: false, backgroundSplit: theme.token('background-default'), default: true, }, }, bk: { brown: {}, red: {}, green: {}, orange: {}, yellow: {}, }, fhs: { red: {}, yellow: {}, }, }; |
...