mirror of
https://github.com/junegunn/vim-plug.git
synced 2026-05-17 22:10:00 +08:00
Add dark mode vim-plug logo and use correct logo version in README (#1267)
This commit is contained in:
@@ -16,8 +16,15 @@
|
|||||||
</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)
|
<h1 title="vim-plug">
|
||||||
===
|
<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>
|
||||||
|
</h1>
|
||||||
|
|
||||||
A minimalist Vim plugin manager.
|
A minimalist Vim plugin manager.
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
Reference in New Issue
Block a user