Skip to content

Commit

Permalink
chore(readme): add plugin gif demo for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Blarc committed Dec 14, 2023
1 parent 4cc8bb5 commit e4dc124
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
Expand Up @@ -38,7 +38,11 @@ plugin and set OpenAI private token in plugin's settings: <kbd>Settings</kbd> >

## Demo

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

## Compatibility

Expand Down
Binary file added screenshots/plugin-dark.gif
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 e4dc124

Please sign in to comment.