Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 729 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 729 Bytes

Auto Dark Mode

A MacVim plugin for switching between dark and light modes automatically.

demo

This plug-in changes Vim's option background to light or dark whenever macOS changes its appearance setting manually or automatically.

Requirement

Installation

For vim-plug, simply put the following line to your .vimrc as usual.

Plug 'L-TChen/auto-dark-mode.vim'

Enjoy it!