Merge pull request #117 from minsusun/feature/renew-screenshot

docs: update README.md
This commit is contained in:
Abdenasser Elidrissi 2024-11-20 11:07:09 +01:00 committed by GitHub
commit 4d3d15cb5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 1 deletions

View File

@ -11,7 +11,11 @@
</div>
<div align="center">
<img src="https://github.com/Abdenasser/neohtop/blob/main/screenshot.png?raw=true" alt="NeoHtop Screenshot" width="800" />
<picture>
<source media="(prefers-color-scheme: dark)" srcset="screenshot.png">
<source media="(prefers-color-scheme: light)" srcset="screenshot-light.png">
<img alt="NeoHtop Screenshot" src="./screenshot.png" width="800">
</picture>
</div>
## Table of Contents

Binary file not shown.

Before

Width:  |  Height:  |  Size: 729 KiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 721 KiB

After

Width:  |  Height:  |  Size: 1.1 MiB