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" }