From 72f8fa6d1e4d0a09a54e3a25d6be333bd692ed08 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Tue, 29 Jul 2025 14:24:10 -0400 Subject: [PATCH] Adjust Zed badge (#35290) - Inline badges - Set label background fill color to black - Uppercase Zed text - Remove gray padding Release Notes: - N/A --- README.md | 3 +-- assets/badge/v0.json | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9ea7b81de0..38547c1ca4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Zed -[![zed](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zed-industries/zed/main/assets/badge/v0.json)](https://zed.dev) - +[![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 index 4b3bbf45ca..3ff95d3378 100644 --- a/assets/badge/v0.json +++ b/assets/badge/v0.json @@ -1,8 +1,8 @@ { "label": "", "message": "zed", - "logoSvg": "", + "logoSvg": "", "logoWidth": 16, - "labelColor": "grey", + "labelColor": "black", "color": "#261230" }