A MacVim plugin for switching between dark and light modes automatically.
This plug-in changes Vim's option background
to light
or dark
whenever macOS changes its appearance setting
manually or automatically.
- macOS 10.14+
- macVim Snapshot 160+
- A color scheme which supports both light and dark themes, e.g., NeoSolarized.
For vim-plug, simply put the following line to your .vimrc
as usual.
Plug 'L-TChen/auto-dark-mode.vim'
Enjoy it!