Skip to content

Commit

Permalink
chore: add dark/ligh mode logos
Browse files Browse the repository at this point in the history
Signed-off-by: kaanyagci <[email protected]>
  • Loading branch information
kaanyagci committed Aug 13, 2024
1 parent 6da671e commit c3d28ab
Show file tree
Hide file tree
Showing 3 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,5 +1,9 @@
<p align="center">
<img src="./kickstart.png"/>
<picture>
<source media="(prefers-color-scheme: dark)" srcset="kickstart_dark.png">
<source media="(prefers-color-scheme: light)" srcset="./kickstart_light.png">
<img alt="Shows an illustrated sun in light mode and a moon with stars in dark mode." src="./kickstart_light.png">
</picture>
</p>

# Getting started
Expand Down
Binary file added kickstart_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes

0 comments on commit c3d28ab

Please sign in to comment.