Skip to content

Commit

Permalink
Add dark screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
eltos committed Dec 9, 2023
1 parent 28df419 commit 4bf9099
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
Binary file added .github/screenrecord_dark.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/screenshot_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,16 @@ _The full changelog can be found on the [release page](https://github.com/eltos/
+ Supports many formats: PNG, JPG, GIF, SVG, TXT, HTML, CSV, URL, PDF, RTF, DIF, SLK, EMF, TIF, ZIP, file drop list, ...
+ First launch wizard

![Paste Into File](.github/screenshot.png)
![Paste Into File screen recording](.github/screenrecord.gif)
<picture>
<source media="(prefers-color-scheme: dark)" srcset=".github/screenshot_dark.png">
<source media="(prefers-color-scheme: light)" srcset=".github/screenshot.png">
<img alt="Paste Into File" src=".github/screenshot.png">
</picture>
<picture>
<source media="(prefers-color-scheme: dark)" srcset=".github/screenrecord_dark.gif">
<source media="(prefers-color-scheme: light)" srcset=".github/screenrecord.gif">
<img alt="Paste Into File screen recording" src=".github/screenrecord.gif">
</picture>


## Installation
Expand Down

0 comments on commit 4bf9099

Please sign in to comment.