Skip to content

Commit 597d40b

Browse files
feat: update README to support dark and light mode logos
1 parent 204ae70 commit 597d40b

4 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/logo.png

Whitespace-only changes.

.github/openmorph_darkmode.png

1.06 MB
Loading

.github/openmorph_lightmode.png

1.05 MB
Loading

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# OpenMorph
22

33
<p align="center">
4-
<img src="https://raw.githubusercontent.com/developerkunal/OpenMorph/main/.github/logo.png" alt="OpenMorph Logo" width="180"/>
4+
<picture>
5+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/developerkunal/OpenMorph/main/.github/openmorph_darkmode.png">
6+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/developerkunal/OpenMorph/main/.github/openmorph_lightmode.png">
7+
<img src="https://raw.githubusercontent.com/developerkunal/OpenMorph/main/.github/openmorph_lightmode.png" alt="OpenMorph Logo" width="180"/>
8+
</picture>
59
</p>
610

711
[![Go Reference](https://pkg.go.dev/badge/github.com/developerkunal/OpenMorph.svg)](https://pkg.go.dev/github.com/developerkunal/OpenMorph)

0 commit comments

Comments
 (0)