docs(site): adopt new Sentry CLI brand lockup + app-icon favicon#1181
Merged
Conversation
Swap the site header logo to the official 'SENTRY CLI' brand lockup (arch mark +
retro wordmark) with theme-aware light/dark variants, and use the new app-icon
(purple/green blobs + arch) as an SVG favicon.
- docs/src/assets/logo-{light,dark}.svg: brand lockup, background stripped and
clip-paths removed (transparent; unique per theme)
- docs/public/favicon.svg (+ favicon.png fallback): new app icon
- astro.config.mjs: logo.{light,dark} + favicon -> /favicon.svg
- remove old logo.svg (arch + lowercase 'sentry')
Assets exported from the Sentry brand portal. Verified via astro build (39 pages).
Contributor
|
Contributor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 6791eb2. Configure here.
Contributor
Codecov Results 📊✅ Patch coverage is 100.00%. Project has 5197 uncovered lines. Coverage diff@@ Coverage Diff @@
## main #PR +/-##
==========================================
- Coverage 81.72% 81.66% -0.06%
==========================================
Files 410 410 —
Lines 28334 28334 —
Branches 18437 18437 —
==========================================
+ Hits 23153 23137 -16
- Misses 5181 5197 +16
- Partials 1898 1892 -6Generated by Codecov Action |
…glyph The docs theme maps light and dark to the same dark palette (dark-only), so the theme-split logo showed the dark-marks variant on a dark header (invisible). Revert to a single white logo that works in every mode. Also apply the rest of the brand refresh: - Accent color -> brand purple #7553FF (mid-anchor of the banner gradient) - og-image.png (1200x630) + og-image-twitter.png (1920x1080) regenerated with the SENTRY CLI lockup + gradient blobs on the brand-dark background - wordmark.svg (white) / wordmark-light.svg (dark) / glyph.svg -> new brand marks Verified via astro build: header renders a single /_astro/logo.svg (no light/dark hiding), favicon = /favicon.svg.
…t text - Add explicit <link rel=icon> PNG fallback so favicon.png is actually used (Starlight only emits the SVG link) for browsers without SVG-favicon support - Align hardcoded accent-text purple #a78bfa -> brand light anchor #9e86ff in cli.css and Terminal.astro (matches the new #7553FF accent) Left the PackageManagerCode .pm-tab fallback as-is: it mirrors the theme's own --ve-accent-soft (unchanged upstream); only the active theme value drives it.
BYK
added a commit
that referenced
this pull request
Jul 3, 2026
Headings use the self-hosted Dammit Sans display font (base-aware @font-face, Vite-hashed); body uses the theme's self-hosted Rubik Variable; code stays JetBrains Mono. Follow-up to #1181.
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.

Updates the documentation site (cli.sentry.dev) with the new Sentry CLI brand assets from the brand portal, matching the CLI banner (#1169) and README (#1178).
Changes
docs/src/assets/logo.svg,logo.src+replacesTitle). The site theme (@sentry/starlight-theme) maps[data-theme="light"]and[data-theme="dark"]to the same dark palette (effectively dark-only), so a theme-split logo would render dark marks invisibly on the always-dark header — a single white logo is correct for every mode.favicon.svg, with an explicitfavicon.png(256×256)<link rel="icon">fallback for browsers without SVG-favicon support.og-image.png(1200×630) andog-image-twitter.png(1920×1080) — white lockup + tagline on the brand-dark background with subtle purple/green gradient blobs.--sl-color-accent-rgb: 117 83 255), the mid-anchor of the banner gradient. Hardcoded accent-text purples (#a78bfa) aligned to the light anchor #9e86ff.#181225) / glyph.svg (new arch) refreshed; oldlogo.svg(arch + lowercase "sentry") replaced.Verification
astro buildsucceeds (39 pages). Built HTML renders a single/_astro/logo.*.svgheader image (nolight:sl-hidden/dark:sl-hidden),<link rel="icon" href="/favicon.svg">+ PNG fallback, andog:image/twitter:image→ the new cards.1135×195viewBox), OG dimensions + rendered text correct, SVGs hygienic (no scripts/external refs/ID collisions), no stale old-accent refs. Verdict: mergeable.Hold
Do not merge yet — pending designer sign-off on the brand treatment.
Assets exported from the Sentry brand portal.