Description
Configuring and using theme colors in @nuxt/ui
Config
Define colors in main CSS file:
@theme static {
--ui-primary: 'blue';
--ui-secondary: 'green';
}
@nuxt/ui colors
Configuring and using theme colors in @nuxt/ui
Define colors in main CSS file:
@theme static {
--ui-primary: 'blue';
--ui-secondary: 'green';
}
Copyright @ 2025 Anne Brown