README logos: light/dark/png lockups (Phase 1)#26
Merged
Conversation
Centered light/dark logo banner atop all 17 repo READMEs, rendering on GitHub (<picture> light/dark SVG) and PyPI (PNG fallback). Assets generated in brand/build (lockup-light/dark.svg + lockup.png) and served centrally from .github by raw URL; READMEs replace their H1 with the banner. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Phase 1 (.github): light/dark/png lockups in brand/build + docs. Phase 2: 17 README PRs replacing the H1 with a centered <picture> banner served from .github. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Update stale test to check lockup-light.svg / lockup-dark.svg / lockup.png (the old lockup.svg no longer exists after Task 1 shipped the colourway split).
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.
What (Phase 1 of 2)
Generates the brand lockup assets that the repo READMEs will embed.
project_lockupgains a light/dark colourway andrender_projectsnow emits, per repo:lockup-light.svg— green-ink frame + name + gold (GitHub light, and the PNG source)lockup-dark.svg— cream frame + name + gold-dark (GitHub dark) — mirrorswordmark-darklockup.png— the light lockup rasterized (auto-quantized) as the PyPI/plain-renderer fallback(replacing the old single
lockup.svg). Light/dark colourways verified on white and#0d1117.Next (Phase 2, separate PRs)
Once this is on
main, each of the 17 repo READMEs replaces its# <name>H1 with a centered<picture>banner pointing at these assets viaraw.githubusercontent.com/modern-python/.github/main/brand/projects/<repo>/…— GitHub gets light/dark SVG, PyPI gets the PNG fallback.Design
planning/changes/2026-06-30.04-readme-logos/(design + plan).93 tests pass;
just check-planningOK; re-render is deterministic (no churn).🤖 Generated with Claude Code