Add dark mode vim-plug logo and use correct logo version in README
This commit is contained in:
parent
2f8f04cf79
commit
2ccb2ee67c
|
@ -16,7 +16,14 @@
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<img src="https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.png" height="75" alt="vim-plug">[](https://github.com/junegunn/vim-plug/actions/workflows/test.yml?query=branch%3Amaster)
|
<picture>
|
||||||
|
<source media="(prefers-color-scheme: dark)" srcset="./plug-dark.png">
|
||||||
|
<img src="./plug.png" height="75" alt="vim-plug">
|
||||||
|
</picture>
|
||||||
|
<a href="https://github.com/junegunn/vim-plug/actions/workflows/test.yml?query=branch%3Amaster">
|
||||||
|
<img src="https://img.shields.io/github/actions/workflow/status/junegunn/vim-plug/test.yml?branch=master">
|
||||||
|
</a>
|
||||||
|
|
||||||
===
|
===
|
||||||
|
|
||||||
A minimalist Vim plugin manager.
|
A minimalist Vim plugin manager.
|
||||||
|
|
BIN
plug-dark.png
Normal file
BIN
plug-dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
Loading…
Reference in New Issue
Block a user