Skip to content

Commit e4dc124

Browse files
committed
chore(readme): add plugin gif demo for dark mode
1 parent 4cc8bb5 commit e4dc124

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ plugin and set OpenAI private token in plugin's settings: <kbd>Settings</kbd> >
3838

3939
## Demo
4040

41-
![demo.gif](./screenshots/plugin.gif)
41+
<picture>
42+
<source media="(prefers-color-scheme: dark)" srcset="./screenshots/plugin-dark.gif">
43+
<source media="(prefers-color-scheme: light)" srcset="./screenshots/plugin-white.gif">
44+
<img alt="Shows an illustrated sun in light mode and a moon with stars in dark mode." src="./screenshots/plugin-white.gif">
45+
</picture>
4246

4347
## Compatibility
4448

screenshots/plugin-dark.gif

397 KB
Loading
File renamed without changes.

0 commit comments

Comments
 (0)