AccentToken
●db · /index·type
A single brand accent swatch. Shared between the required ShopBase.design.accents source and the
optional theme.colors.accents override so both surfaces stay structurally identical.
Properties
PROPTYPEDESCRIPTION
color
string
foreground
string
type
'primary' | 'secondary'Example
import type { AccentToken } from '@nordcom/commerce-db';
const primary: AccentToken = { type: 'primary', color: '#073b4c', foreground: '#ffffff' };Related
FeatureFlagService ReviewService ShopService FeatureFlagOption FeatureFlagRef ResolvedCartLineTokens ResolvedProductCardTokens ResolvedShopTheme