Skip to content

Commit a963f55

Browse files
authored
Theme-aware logo in README (#442)
1 parent 8b50e75 commit a963f55

File tree

3 files changed

+135
-1
lines changed

3 files changed

+135
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
<div align="center" width="100%">
2+
<a href="https://github.com/mlange-42/ark">
3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/5f4d437d-7664-4706-8e35-ab81c0f65be0">
5+
<source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/353223ca-cdf8-4cdc-9d26-2fbbf8a63fcb">
6+
<img alt="Ark Logo" src="https://github.com/user-attachments/assets/353223ca-cdf8-4cdc-9d26-2fbbf8a63fcb">
7+
</picture>
8+
</a>
29

3-
[![Ark (logo)](https://github.com/user-attachments/assets/4bbe57c6-2e16-43be-ad5e-0cf26c220f21)](https://github.com/mlange-42/ark)
410
[![Test status](https://img.shields.io/github/actions/workflow/status/mlange-42/ark/tests.yml?branch=main&label=Tests&logo=github)](https://github.com/mlange-42/ark/actions/workflows/tests.yml)
511
[![codecov](https://codecov.io/github/mlange-42/ark/graph/badge.svg?token=YMYMFN2ESZ)](https://codecov.io/github/mlange-42/ark)
612
[![Go Report Card](https://goreportcard.com/badge/github.com/mlange-42/ark)](https://goreportcard.com/report/github.com/mlange-42/ark)
Lines changed: 63 additions & 0 deletions
Loading
Lines changed: 65 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)