diff options
author | Pascal Kuthe | 2022-12-03 02:05:15 +0000 |
---|---|---|
committer | GitHub | 2022-12-03 02:05:15 +0000 |
commit | b677c6a019f893c7ed8b9b84d136c50e5445315a (patch) | |
tree | 501cd133621739f8e0139e5233acecb75168cfdf /README.md | |
parent | 59b886cf5e89dadfd73d93b638b2c552ce5537f6 (diff) |
Add logo with text included (#4973)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,8 +1,12 @@ <div align="center"> -<img src="./logo.svg" height="128" alt="Logo"/> - -# Helix +<h1> +<picture> + <source media="(prefers-color-scheme: dark)" srcset="logo_dark.svg"> + <source media="(prefers-color-scheme: light)" srcset="logo_light.svg"> + <img alt="Helix" height="128" src="logo_light.svg"> +</picture> +</h1> [![Build status](https://github.com/helix-editor/helix/actions/workflows/build.yml/badge.svg)](https://github.com/helix-editor/helix/actions) [![GitHub Release](https://img.shields.io/github/v/release/helix-editor/helix)](https://github.com/helix-editor/helix/releases/latest) |