Theme Config
Color Scheme
A String which sets the color scheme of the whole website.
Available Colors
- dark
- pink
- blue
- red
- green
- yellow
Example Usage
Image
Custom Color Scheme
You can also define your own color scheme by setting the colorScheme
to custom and adding the themeColors
Object.
Example Usage
Props
colorScheme
string
requiredThe color scheme of the website
themeColors
Object
primaryColor
string
requiredThe primary color of the website as HEX code
secondaryColor
string
The secondary color of the website as HEX code
Was this page helpful?