A port of Material Palenight colorscheme for Neovim written in Lua
Palenight.nvim is a fast and modern colorscheme that supports the new Neovim features like builtin LSP and Treesitter
- Supported plugins
- Neovim >= 0.5.0
use 'wilmanbarrios/palenight.nvim'
You can enable the colorscheme in two ways
Using Vim-Script
colorscheme palenight
Using Lua
require('palenight').set()