Skip to content

A Neovim plugin to match colorscheme with the system dark/light appearance

License

Notifications You must be signed in to change notification settings

raindev/daybreak.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

daybreak.nvim

A Neovim Lua plugin that matches the colorscheme background with the system dark/light appearance.

Installation

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().

Goals

  1. Immediately pick up appearance changes.
    • Linux
    • macOS
    • windows
  2. Event based, no polling.
  3. Support Linux, macOS and Windows.
  4. Zero configuration.