Getting Started

Theme

Learn how to customize the global appearance of NuxtWind components.

If you want to customize the color theme of all your NuxtWind components all at once, you can adjust the default nuxtwind theme in your main.css file.

The main.css file is required! Luckily nuxtwind takes care of creating and updating it for you. You can configure this behavior via the module options.

Configuration

NuxtWind uses the theme-property-keys primary and secondary to determine the colors of the components. To personalize the theme adjust the HEX-color-values in main.css to your liking.

Primary, aswell as secondary, have 11 dfferent shades, ranging from 50 to 950. The higher the number, the darker the color. You should comply with this pattern to ensure the best possible user experience.