Apply the Beetroot Stack theme (1.6.0) + character logo#93
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR rolls out the updated @btravstack/theme (1.6.0) design system to the docs site and refreshes the project branding by introducing the new “relieved beet” character mark, with theme-aware hero and nav logos.
Changes:
- Bump
@btravstack/themefrom1.5.0→1.6.0via the workspace catalog and lockfile. - Replace the SVG logo assets with the new character logo (including separate light/dark variants) and update the home hero to use them.
- Adjust docs theme CSS to set the home hero name color to the accent-aware
--text-accenttoken.
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 pin for @btravstack/theme to 1.6.0. |
| pnpm-lock.yaml | Updates the lockfile entries for @btravstack/theme@1.6.0 (including its peer/optional deps). |
| docs/public/logo.svg | Replaces the general logo SVG with the new character mark variant. |
| docs/public/logo-light.svg | Adds/updates the light-scheme character logo asset. |
| docs/public/logo-dark.svg | Adds/updates the dark-scheme character logo asset. |
| docs/index.md | Switches the hero image to use light/dark logo variants instead of a single src. |
| docs/.vitepress/theme/custom.css | Sets --vp-home-hero-name-color to var(--text-accent) and removes the prior .VPHome::before positioning override. |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- 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
btravers
force-pushed
the
design/beetroot-stack-theme
branch
from
July 16, 2026 01:02
7b3c04b to
3895fcf
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 relieved beet — arms up, safe inside the no-throw ring — in unthrown green — as scheme-aware hero + nav logo. Hero name now wears the package accent. Docs build verified locally.