You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/docs/1.getting-started/5.theme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ When configuring your theme colors, you must use either color names from the [de
145
145
::framework-only
146
146
#nuxt
147
147
:::div
148
-
You can add you own dynamic color aliases in your `app.config.ts`, you just have to make sure to define them in the [`ui.theme.colors`](/docs/getting-started/installation/nuxt#themecolors) option in your `nuxt.config.ts` file:
148
+
You can add your own dynamic color aliases in your `app.config.ts`, you just have to make sure to define them in the [`ui.theme.colors`](/docs/getting-started/installation/nuxt#themecolors) option in your `nuxt.config.ts` file:
You can add you own dynamic color aliases in your `vite.config.ts`, you just have to make sure to also define them in the [`theme.colors`](/docs/getting-started/installation/vue#themecolors) option of the `ui` plugin:
184
+
You can add your own dynamic color aliases in your `vite.config.ts`, you just have to make sure to also define them in the [`theme.colors`](/docs/getting-started/installation/vue#themecolors) option of the `ui` plugin:
0 commit comments