[#2289] Add logo for dark theme

Signed-off-by: Mikhail Petrov <mike@nspcc.ru>
This commit is contained in:
Mikhail Petrov 2022-12-21 13:59:16 +03:00
parent 5fb9e1353d
commit be9a231c98
3 changed files with 5 additions and 1 deletions

BIN
.github/logo_dark.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

View file

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB

View file

@ -1,5 +1,9 @@
<p align="center">
<img src="./.github/neo_color_dark_gopher.png" width="300px" alt="logo">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./.github/logo_dark.png">
<source media="(prefers-color-scheme: light)" srcset="./.github/logo_light.png">
<img src="./.github/logo_light.png" width="300px" alt="NeoGo logo">
</picture>
</p>
<p align="center">
<b>Go</b> Node and SDK for the <a href="https://neo.org">Neo</a> blockchain.