auto-dark-mode.vim
auto-dark-mode.vim copied to clipboard
A MacVim plugin for switching between dark and light modes automatically.
Auto Dark Mode
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.
Requirement
- macOS 10.14+
- macVim Snapshot 160+
- A color scheme which supports both light and dark themes, e.g., NeoSolarized.
Installation
For vim-plug, simply put the following line to your .vimrc as usual.
Plug 'L-TChen/auto-dark-mode.vim'
Enjoy it!