From 27940adeb5eaa9cee7302cf86fb2352243b978df Mon Sep 17 00:00:00 2001 From: DevCats Date: Fri, 26 Jun 2026 18:54:01 +0000 Subject: [PATCH] docs(README.md): adopt the new Coder shorthand mark 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 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 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. --- README.md | 7 ++++++- assets/coder-mark-black.svg | 17 +++++++++++++++++ assets/coder-mark-white.svg | 19 +++++++++++++++++++ 3 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 assets/coder-mark-black.svg create mode 100644 assets/coder-mark-white.svg diff --git a/README.md b/README.md index 77fce49..0d44fb0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # Awesome Coder [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) -Coder logo + + + + Coder logo + + > A curated list of resources for [Coder](https://coder.com), the self-hosted platform for cloud development environments and AI coding agents. diff --git a/assets/coder-mark-black.svg b/assets/coder-mark-black.svg new file mode 100644 index 0000000..f488e63 --- /dev/null +++ b/assets/coder-mark-black.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/coder-mark-white.svg b/assets/coder-mark-white.svg new file mode 100644 index 0000000..f60ab68 --- /dev/null +++ b/assets/coder-mark-white.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + \ No newline at end of file