Home

Awesome

Nvim-palenight.lua

<!-- ![nvim-palenight.lua][screenshot] -->

A dark color scheme for Neovim based off this great palenight plugin

Notices

Installation

Using vim-plug (modify this to work with your Vim package manager of choice):

Plug 'kyazdani42/nvim-palenight.lua'

Setup

You'll need to enable termguicolors for the theme to work properly

set termguicolors
colorscheme palenight

To configure lightline, add the following line:

let g:lightline = { 'colorscheme': 'palenight' }
<!-- Italics will be enabled by default, if you wan't to remove them --> <!-- ```vim --> <!-- let g:nvim_palenight_italics=0 --> <!-- ``` -->