/nebulae.nvim

Nebulae theme for neovim

Primary LanguageLuaDo What The F*ck You Want To Public LicenseWTFPL

Nebulae theme

Color Preview

Installation

example with Lazy.nvim :

require('lazy').setup({
	{'Ureakim/nebulae.nvim', lazy = false, priority = 1000}
})