Skip to content

feat(palettes): add vuetify0 brand palette#237

Open
johnleider wants to merge 2 commits into
masterfrom
feat/vuetify0-palette
Open

feat(palettes): add vuetify0 brand palette#237
johnleider wants to merge 2 commits into
masterfrom
feat/vuetify0-palette

Conversation

@johnleider
Copy link
Copy Markdown
Member

Summary

  • New tokenized palette at @vuetify/v0/palettes/vuetify0 with 11 hues × 11 shades (50–950) anchored on v0's signature hex values — violet.500 = #7c5cf6, violet.300 = #c4b5fd (the light/dark primary tones the v0 themes already use), indigo.500 = #6366f1 (accent), slate.500 = #64748b (secondary), plus semantic + neutral scales matching the v0 theme tokens.
  • Wired ./palettes/vuetify0 into publishConfig.exports and the dev exports block of packages/0/package.json (mirrors the tailwind shape).
  • Surfaced in the docs palette browser (DocsPaletteBrowse.vue) as the first option under namespace v0, set as the default selection so the v0 docs open on the v0 palette.
  • Documented in the Static Palettes table on /guide/features/palettes.

Usage

import { vuetify0 } from '@vuetify/v0/palettes/vuetify0'

app.use(
  createThemePlugin({
    palette: { v0: vuetify0 },
    themes: {
      light: {
        colors: {
          primary: '{palette.v0.violet.500}',
          secondary: '{palette.v0.slate.500}',
          accent: '{palette.v0.indigo.500}',
        },
      },
    },
  })
)

- DocsFaq shows a search input when items >= 5; filter state managed
  via createFilterContext trinity, per-instance override via
  provideFaqFilter so each block has its own query state
- DocsFaqItem hides via v-show driven by filter.apply per-question
- Rename "Questions" / "Frequently Asked Questions" section headers
  to "FAQ" across 10 pages for consistency
Tokenized 11-hue scale anchored on v0's signature violet (#7c5cf6 at
violet.500, #c4b5fd at violet.300). Exposed via @vuetify/v0/palettes/vuetify0
and surfaced as the default option in the docs palette browser.
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented May 12, 2026

Open in StackBlitz

commit: 2281d39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant