Skip to content

Commit bb78498

Browse files
authored
fix: theme aware README demo gif
1 parent d6e6b37 commit bb78498

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ See the [blog post](https://blog.gregdev.com/posts/2026-03-18-hdi-a-cli-tool-to-
2323

2424
## Example
2525

26-
<img src="./demo/demo-mocha.gif" alt="Animated demo showing hdi in action" width="800">
26+
<picture>
27+
<source media="(prefers-color-scheme: dark)" srcset="./demo/demo-mocha.gif" alt="Animated demo showing hdi in action" width="800">
28+
<source media="(prefers-color-scheme: light)" srcset="./demo/demo-latte.gif" alt="Animated demo showing hdi in action" width="800">
29+
<img alt="Animated demo showing hdi in action" src="./demo/demo-mocha.gif">
30+
</picture>
2731

2832
## Install
2933

0 commit comments

Comments
 (0)