summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPascal Kuthe2022-12-03 02:05:15 +0000
committerGitHub2022-12-03 02:05:15 +0000
commitb677c6a019f893c7ed8b9b84d136c50e5445315a (patch)
tree501cd133621739f8e0139e5233acecb75168cfdf /README.md
parent59b886cf5e89dadfd73d93b638b2c552ce5537f6 (diff)
Add logo with text included (#4973)
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3555b539..b06e8222 100644
--- a/README.md
+++ b/README.md
@@ -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)