Apply the Beetroot Stack theme (1.6.0) + character logo#45
Merged
Conversation
- bump @btravstack/theme to 1.6.0 — the near-black multi-accent system from the new BtravStack landing - new playful character mark (scheme-aware hero image + nav variants) - hero name now wears the package accent
deef4a0 to
6d92a0c
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Rolls out the updated docs design system by upgrading @btravstack/theme to 1.6.0 and updating the docs branding assets/config to the new character “peeking beet” mark with light/dark variants.
Changes:
- Bump
@btravstack/themefrom1.5.0→1.6.0(workspace catalog + lockfile). - Replace the existing shield/beet SVG with the new character logo (including separate light/dark SVGs).
- Update the docs home hero image and CSS so the hero name uses the theme’s accent text token.
Reviewed changes
Copilot reviewed 3 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pnpm-workspace.yaml | Updates the workspace catalog to @btravstack/theme@1.6.0. |
| pnpm-lock.yaml | Updates lockfile entries for @btravstack/theme@1.6.0 and its peer metadata. |
| docs/public/logo.svg | Replaces the primary logo asset with the new character mark. |
| docs/public/logo-light.svg | Adds/updates the light-scheme logo variant used by VitePress. |
| docs/public/logo-dark.svg | Adds/updates the dark-scheme logo variant used by VitePress. |
| docs/index.md | Switches the home hero image to use light/dark logo variants. |
| docs/.vitepress/theme/custom.css | Sets the hero name color via --vp-home-hero-name-color and removes the previous VPHome::before override. |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rolls out the new BtravStack design system (btravstack/btravstack.github.io#30, published as @btravstack/theme 1.6.0): near-black canvas, Geist typography, the demesne-violet accent driving everything via the one-knob contract, and the new playful character mark — the beet peeking kilroy-style over the shield rim — as scheme-aware hero + nav logo. Hero name now wears the package accent. Docs build verified locally.
Note: the pre-commit
lintstep was skipped for this commit (it exits non-zero when no lintable files are staged — docs/svg/css only here);formatandcommitlintran normally.