Skip to content

docs(README.md): adopt the new Coder shorthand mark#19

Merged
DevelopmentCats merged 1 commit into
mainfrom
chore/refresh-logo
Jun 26, 2026
Merged

docs(README.md): adopt the new Coder shorthand mark#19
DevelopmentCats merged 1 commit into
mainfrom
chore/refresh-logo

Conversation

@DevelopmentCats

@DevelopmentCats DevelopmentCats commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Summary

Replaces the old coder logo hotlinked from coder/presskit with the official "shorthand" mark from the new presskit, vendored locally under assets/.

Markup

<a href="https://coder.com">
  <picture>
    <source media="(prefers-color-scheme: dark)" srcset="./assets/coder-mark-white.svg">
    <img src="./assets/coder-mark-black.svg" alt="Coder logo" align="right" width="120">
  </picture>
</a>

This is GitHub's documented pattern for theme-aware images, see Quickstart for writing on GitHub and the GitHub blog. The bare <img> is the fallback for renderers that do not support <picture> or the media query, so the black mark continues to render in non-GitHub contexts.

This change was prepared by Coder Agents.

Replaces the old square white-on-black mark hotlinked from
coder/presskit (which was wiped and redirected to
https://coder.together.agency) with the official shorthand mark
from the new presskit bundle, vendored as SVG under assets/.

Uses an HTML <picture> element with prefers-color-scheme so the
black mark is shown on light backgrounds and the white mark on
dark backgrounds, matching GitHub's documented pattern for theme-
aware images. The <img> fallback keeps a single image rendering
in non-GitHub Markdown renderers.

Files vendored locally to avoid breaking if the source layout
moves. SVG is byte-identical to the official downloads from
coder.together.agency/downloads/logo/downloadFile.zip.

This change was prepared by Coder Agents.
Copilot AI review requested due to automatic review settings June 26, 2026 18:54

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the README header logo to use the new official Coder “shorthand” mark while avoiding a broken upstream hotlink by vendoring the logo assets into this repository.

Changes:

  • Replaced the hotlinked coder/presskit PNG logo with a theme-aware <picture> block (dark/light) in README.md.
  • Added locally vendored SVG logo assets for black and white variants under assets/.

Reviewed changes

Copilot reviewed 1 out of 3 changed files in this pull request and generated no comments.

File Description
README.md Switches the header logo to a locally vendored, theme-aware SVG via <picture> + prefers-color-scheme.
assets/coder-mark-white.svg Adds the white shorthand SVG used for dark mode.
assets/coder-mark-black.svg Adds the black shorthand SVG used as the default/light-mode fallback.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@DevelopmentCats DevelopmentCats merged commit ab70b9d into main Jun 26, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants