From 902c17ac1a1c5d012c9ba0a7675e7f1ed1b98de2 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Tue, 29 Jul 2025 14:15:17 -0400 Subject: [PATCH] Add Zed badge to README.md (#35287) Release Notes: - N/A --- README.md | 2 ++ assets/badge/v0.json | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 assets/badge/v0.json diff --git a/README.md b/README.md index 4c794efc3d..9ea7b81de0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Zed +[![zed](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zed-industries/zed/main/assets/badge/v0.json)](https://zed.dev) + [![CI](https://github.com/zed-industries/zed/actions/workflows/ci.yml/badge.svg)](https://github.com/zed-industries/zed/actions/workflows/ci.yml) Welcome to Zed, a high-performance, multiplayer code editor from the creators of [Atom](https://github.com/atom/atom) and [Tree-sitter](https://github.com/tree-sitter/tree-sitter). diff --git a/assets/badge/v0.json b/assets/badge/v0.json new file mode 100644 index 0000000000..4b3bbf45ca --- /dev/null +++ b/assets/badge/v0.json @@ -0,0 +1,8 @@ +{ + "label": "", + "message": "zed", + "logoSvg": "", + "logoWidth": 16, + "labelColor": "grey", + "color": "#261230" +}