A dark color scheme for Neovim based off this great palenight plugin
Using vim-plug (modify this to work with your Vim package manager of choice):
Plug 'kyazdani42/nvim-palenight.lua'
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' }