Skip to content

Commit d9a92eb

Browse files
committed
update README.md and related resources
1 parent 8c0f5b1 commit d9a92eb

17 files changed

+25
-6
lines changed

README.md

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,31 @@ It can help you manage your clipboard history and customizing copy rules with su
2020

2121
## Screenshots
2222

23-
![screenshot1](./images/screenshot1.png)
24-
![screenshot2](./images/screenshot2.png)
25-
![screenshot3](./images/screenshot3.png)
26-
![screenshot4](./images/screenshot4.png)
27-
![screenshot3](./images/screenshot5.png)
28-
![screenshot4](./images/screenshot6.png)
23+
<picture>
24+
<source media="(prefers-color-scheme: dark)" srcset="./images/screenshot1_dark.png">
25+
<source media="(prefers-color-scheme: light)" srcset="./images/screenshot1_light.png">
26+
<img alt="Screenshot 1" src="./images/screenshot1_light.png">
27+
</picture>
28+
<picture>
29+
<source media="(prefers-color-scheme: dark)" srcset="./images/screenshot2_dark.png">
30+
<source media="(prefers-color-scheme: light)" srcset="./images/screenshot2_light.png">
31+
<img alt="Screenshot 2" src="./images/screenshot2_light.png">
32+
</picture>
33+
<picture>
34+
<source media="(prefers-color-scheme: dark)" srcset="./images/screenshot3_dark.png">
35+
<source media="(prefers-color-scheme: light)" srcset="./images/screenshot3_light.png">
36+
<img alt="Screenshot 3" src="./images/screenshot3_light.png">
37+
</picture>
38+
<picture>
39+
<source media="(prefers-color-scheme: dark)" srcset="./images/screenshot4_dark.png">
40+
<source media="(prefers-color-scheme: light)" srcset="./images/screenshot4_light.png">
41+
<img alt="Screenshot 4" src="./images/screenshot4_light.png">
42+
</picture>
43+
<picture>
44+
<source media="(prefers-color-scheme: dark)" srcset="./images/screenshot5_dark.png">
45+
<source media="(prefers-color-scheme: light)" srcset="./images/screenshot5_light.png">
46+
<img alt="Screenshot 5" src="./images/screenshot5_light.png">
47+
</picture>
2948

3049
## Installation
3150

images/screenshot1.png

-35.4 KB
Binary file not shown.

images/screenshot1_dark.png

199 KB
Loading

images/screenshot1_light.png

223 KB
Loading

images/screenshot2.png

-54.2 KB
Binary file not shown.

images/screenshot2_dark.png

201 KB
Loading

images/screenshot2_light.png

225 KB
Loading

images/screenshot3.png

-51 KB
Binary file not shown.

images/screenshot3_dark.png

207 KB
Loading

images/screenshot3_light.png

233 KB
Loading

images/screenshot4.png

-52.1 KB
Binary file not shown.

images/screenshot4_dark.png

193 KB
Loading

images/screenshot4_light.png

216 KB
Loading

images/screenshot5.png

-47.7 KB
Binary file not shown.

images/screenshot5_dark.png

192 KB
Loading

images/screenshot5_light.png

215 KB
Loading

images/screenshot6.png

-50.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)