Add darkmode banner (#2712)

Ref #2706
This commit is contained in:
Patrick Ziegler 2022-05-04 21:31:25 +02:00 committed by GitHub
parent 80bcf55844
commit f0dbb4cc63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
<p align="center">
<img src="doc/_static/banner.png" alt="Polybar">
<img src="doc/_static/banner.png#gh-light-mode-only" alt="Polybar">
<img src="doc/_static/banner-dark-mode.png#gh-dark-mode-only" alt="Polybar">
</p>
<p align="center">

BIN
doc/_static/banner-dark-mode.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB