Skip to content

Commit 694809f

Browse files
authored
Using white fredy logo on dark background
1 parent 3cd1893 commit 694809f

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
<p align="center">
2-
<a href="https://fredy.orange-coding.net/">
3-
<img alt="Expo logo" width="400" src="https://github.com/orangecoding/fredy/blob/master/doc/logo.png">
4-
</a>
5-
</p>
62

3+
<a href="https://fredy.orange-coding.net/">
4+
<picture>
5+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/orangecoding/fredy/blob/master/doc/logo_white.png" width="400">
6+
<source media="(prefers-color-scheme: light)" srcset="https://github.com/orangecoding/fredy/blob/master/doc/logo.png" width="400">
7+
<img alt="Jetbrains Open Source" src="https://github.com/orangecoding/fredy/blob/master/doc/logo.png">
8+
</picture>
9+
</a>
10+
</p>
711

8-
![Tests](https://github.com/orangecoding/fredy/actions/workflows/test.yml/badge.svg)
12+
![Tests](https://github.com/orangecoding/fredy/actions/workflows/test.yml/badge.svg)
913
[![Docker](https://github.com/orangecoding/fredy/actions/workflows/docker.yml/badge.svg)](https://github.com/orangecoding/fredy/actions/workflows/docker.yml)
1014
![Source](https://github.com/orangecoding/fredy/actions/workflows/check_source.yml/badge.svg)
1115
![Docker Pulls](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fghcr-badge.elias.eu.org%2Fapi%2Forangecoding%2Ffredy%2Ffredy&query=%24.downloadCount&label=Docker%20Pulls)

0 commit comments

Comments
 (0)