junegunn / vim-plug

:hibiscus: Minimalist Vim Plugin Manager
https://junegunn.github.io/vim-plug/
MIT License
33.7k stars 1.9k forks source link

Add dark mode vim-plug logo and use correct logo version in README #1267

Closed rnwst closed 4 months ago

rnwst commented 4 months ago

The vim-plug logo in the README wasn't visible in dark mode due to black lettering on a dark background. This PR fixes this by adding an color-inverted version of the logo, and using the right version in the README depending on the result of the prefers-color-scheme CSS media query.

rnwst commented 4 months ago

Ready to be merged?

junegunn commented 4 months ago

Merged, thanks!