Colors
In order to define color tokens in your project, add colors
property in shopstory/config.ts
:
Master tokens
Shopstory comes with 4 color master tokens:
Token
Description
$dark
Dark foreground text displayed on light backgrounds, usually black.
$light
Light foreground text displayed on dark backgrounds, usually white.
$backgroundDark
Primary dark background color
$backgroundLight
Primary light background color
Last updated