talha-akram / noctis.nvim

Neovim port of noctis family of themes (https://github.com/liviuschera/noctis)
56 stars 6 forks source link
colorscheme lua neovim neovim-colorscheme neovim-plugin noctis

Noctis.nvim

Neovim port of Noctis themes, with support for treesitter.

Jump to install instructions

From the official README.md:

Noctis is a collection of light & dark themes with a well balanced blend of warm and cold medium contrast colors.

The theme is designed to:

Noctis comes in 11 versions, 8 are dark and 3 are light.

Noctis

Noctis Screenshot

Noctis Azureus

Noctis Azureus Screenshot

Noctis Bordo

Noctis Bordo Screenshot

Noctis Minimus

Noctis Minimus Screenshot

Noctis Uva

Noctis Uva Screenshot

Noctis Viola

Noctis Viola Screenshot

Noctis Lux

Noctis Lux Screenshot

Noctis Lilac

Noctis Lilac Screenshot

Noctis Hibernus

Noctis Hibernus Screenshot

Installation

Install it with your preferred package manager.

Plugin Manager Command
Packer use { 'talha-akram/noctis.nvim' }
Vim-plug Plug 'talha-akram/noctis.nvim'
NeoBundle NeoBundle 'talha-akram/noctis.nvim'
Vundle Bundle 'talha-akram/noctis.nvim'
Pathogen git clone https://github.com/talha-akram/noctis.nvim.git ~/.vim/bundle/noctis.nvim
Dein call dein#add('talha-akram/noctis.nvim')