NuxtN
Nuxt14mo ago
qb1t

NuxtUI v2 make primary color black

Hi I am using nuxt ui v2 in my project and I want my app to be light theme with black elements on it, but I am not able to change my primary color to just black (or any other color) I don't know what to do, it looks like if the ui library was just completely ignoring my app config.

My debug app config that doesn't work:
app.config.ts
export default defineAppConfig({
  ui: {
    primary: 'blue',
    gray: 'cool'
  },
});

Even with this the primary color is still green
Was this page helpful?