A dark color scheme for Neovim based off this great palenight plugin
- The background is #1b1e2b and not #292d3e
- This plugin works better with vim-polyglot
- I don't want to bother with non true color and terminal colors because don't use a tty, i use the good old alacritty
- I want to port most of what i can from vimscript to lua
- Thanks again @drewtempelmeyer
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' }