Logo - Open book, behind two sails with text, docs
-tech. annebrown.ca

Palette

@nuxt/ui colors

Description

Configuring and using theme colors in @nuxt/ui

Config

Define colors in main CSS file:

@theme static {
    --ui-primary: 'blue';
    --ui-secondary: 'green';
}