Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 404 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 404 Bytes

Neovim Nightsky

Neovim colorscheme. Somewhere between the stars and the sky.

Screenshots

Screenshot 2023-01-15 at 17 31 24

Replacing Default Highlights

require('nightsky').setup({
	highlights = {
		StatusLine = { bg = 'NONE', fg = '#ffffff' }
	}
})