Apply the Beetroot Stack theme (1.6.0) + character logo#571
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the docs site to the Beetroot Stack design system by bumping @btravstack/theme to 1.6.0 and swapping in the new character logo assets, wiring them into the VitePress home hero and navbar branding.
Changes:
- Bump
@btravstack/themefrom 1.5.0 → 1.6.0 via the pnpm catalog (and lockfile). - Replace the existing SVG logo with new character mark assets, including explicit light/dark variants.
- Update the docs home hero image config to use light/dark assets and tweak CSS so the hero name uses the package accent 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 pnpm catalog to use @btravstack/theme 1.6.0. |
| pnpm-lock.yaml | Locks the theme bump and associated resolution metadata. |
| docs/public/logo.svg | Replaces the legacy scheme-switching SVG with the new character mark asset. |
| docs/public/logo-light.svg | Adds the light-scheme logo asset used by docs hero/nav. |
| docs/public/logo-dark.svg | Adds the dark-scheme logo asset used by docs hero/nav. |
| docs/index.md | Switches the home hero image to light/dark logo variants. |
| docs/.vitepress/theme/custom.css | Adjusts home hero name color to track the theme’s text accent token. |
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: the cheeky rabbit in amqp orange, nibbling a beet leaf (scheme-aware hero image + nav variants) - hero name now wears the package accent (the multi-accent rule) - drop the .VPHome::before offset override — the shared theme no longer paints that glow
btravers
force-pushed
the
design/beetroot-stack-theme
branch
from
July 16, 2026 01:03
6031750 to
1f34e85
Compare
btravers
enabled auto-merge (rebase)
July 16, 2026 01:05
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 amqp-orange accent driving everything via the one-knob contract, and the new playful character mark (cheeky rabbit with a flopped ear, nibbling a beet leaf) as scheme-aware hero + nav logo. Hero name now wears the package accent. Docs build verified locally.