A Neovim Lua plugin that matches the colorscheme background with the system dark/light appearance.
Using lazy.nvim:
{ 'raindev/daybreak.nvim', config = true }
Using any other plugin manager add raindev/daybreak.nvim
and load the plugin with require('daybreak').setup()
.
- Immediately pick up appearance changes.
- Linux
- macOS
- windows
- Event based, no polling.
- Support Linux, macOS and Windows.
- Zero configuration.