Apply the Beetroot Stack theme (1.6.0) + character logo#316
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the docs site to the BtravStack design system by bumping @btravstack/theme to 1.6.0, introducing the new character hourglass/beet logo assets, and adjusting VitePress home styling to align with the new accent-driven theming model.
Changes:
- Bump
@btravstack/themefrom1.5.0→1.6.0via the workspace catalog + lockfile refresh. - Replace the docs logo assets and switch the home hero image to explicit light/dark SVGs.
- Update docs custom CSS to set the home hero name color via the theme’s accent-derived 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 use @btravstack/theme@1.6.0. |
| pnpm-lock.yaml | Lockfile updates for the theme bump (including peer/optional peer resolution changes). |
| docs/public/logo.svg | Replaces the previous scheme-aware logo SVG with the new character mark (note: now hard-coded color). |
| docs/public/logo-light.svg | Adds/updates the light-scheme logo asset. |
| docs/public/logo-dark.svg | Adds/updates the dark-scheme logo asset. |
| docs/index.md | Switches the home hero image to use light/dark logo variants. |
| docs/.vitepress/theme/custom.css | Sets the hero name color to use the accent-derived text token; removes prior hero-glow anchoring override. |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
- 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
cb885d8 to
f389ada
Compare
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 package accent driving everything via the one-knob contract, and the new playful character mark — the tumbling hourglass with a happy beet catching the beet-sand, in temporal indigo — as scheme-aware hero + nav logo. Hero name now wears the package accent. Docs build verified locally.