Skip to content

Simple neovim plugin to automatically set a dark background at a certain hour.

Notifications You must be signed in to change notification settings

chris-burgin/background.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

background.nvim

Simple plugin to automatically set background="dark" at after a certain hour.

Install

Packer

use 'chris-burgin/background.nvim'

Usage

require("background_nvim").setup()

Advanced

require("background_nvim").setup({
  ms = 60 * 1000, -- default, how long between each check
  hour = 17,      -- default, at which hour the dark theme is enabled
})

About

Simple neovim plugin to automatically set a dark background at a certain hour.

Resources

Stars

Watchers

Forks

Languages