auto-dark-mode.vim icon indicating copy to clipboard operation
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.

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!