Skip to content

Commit

Permalink
Add dark mode logo
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Oct 11, 2023
1 parent 14d6d24 commit f39c4e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
![tonic](https://raw.githubusercontent.com/socketsupply/tonic/master/readme-tonic.png)
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/socketsupply/tonic/master/readme-tonic-dark.png">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/socketsupply/tonic/master/readme-tonic.png">
<img alt="tonic" src="https://raw.githubusercontent.com/socketsupply/tonic/master/readme-tonic.png">
</picture>

<p align="center">
https://tonicframework.dev
Expand Down
Binary file added readme-tonic-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f39c4e5

Please sign in to comment.