Give the project its logo: a D assembled from four modules - #46
Merged
Conversation
Chosen from six studies: a D built from four quadrant modules with seams between them, the top-right module carrying the accent. The violet is #6d5bd5 — the color the docs site already declared as its theme color. The letter closes into a solid D at small sizes, which is why it survives the favicon. The glyph is drawn as four explicit path pieces rather than quadrant rects clipped to a D, so it renders identically in browsers, GitHub's image proxy, and the rasterizer that produced the PNG. Where it lands: - website/public/logo.svg and logo-dark.svg, wired into the VitePress nav (light and dark cuts). - website/public/favicon.svg, replacing the placeholder: same tile format, the accent module rendered tonally in white so the tile stays one hue. - assets/icon.png (256px, rendered from the tile), packed into every package as PackageIcon beside README and LICENSE. Appears on nuget.org with the next release. - README header image, served from raw.githubusercontent so it renders on both GitHub and nuget.org. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011ysVAfsbKMfGBaAkWvuRTf
Uh oh!
There was an error while loading. Please reload this page.
Merged
ipjohnson added a commit
that referenced
this pull request
Aug 28, 2026
The release that puts the logo on nuget.org. A package icon is shown per published version and 1.2.0 is immutable, so the PackageIcon that landed with #46 needs a release to appear on the package pages. Version and changelog only.
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 freeto 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.
The Quadrant D from the mark studies, rolled out everywhere it lives:
logo.svg/logo-dark.svgin the VitePress nav, and a newfavicon.svgreplacing the placeholder — same tile format, white structure on the#6d5bd5the site already declares, the accent module rendered tonally.assets/icon.png(256px, rendered from the tile, pixel-verified)packed as
PackageIconinto all nine packages beside README and LICENSE. Shows onnuget.org from the next release.
GitHub and nuget.org.
The glyph is four explicit path pieces rather than a clip-path, so every renderer in
that list draws the same thing. Verified: docs site builds clean;
dotnet packembedsicon.pngand the nuspec declares<icon>.🤖 Generated with Claude Code
https://claude.ai/code/session_011ysVAfsbKMfGBaAkWvuRTf