A dark Neovim theme inspired by Lapland's fruits.
- Situation-aware contrast: an element that needs more focus at the moment gets higher contrast (e.g. a PopUp menu).
- Uses pleasing colors to the eye.
- Based on a small palette (just 16 colors).
- 100% Lua code (requires Neovim v0.7.0 or higher).
Using lazy.nvim
-- lua/plugins/lapland.lua
return {
'hsi/lapland.nvim'
}Using vim.pack
-- Requires Neovim v0.12 or later Nightly for now
vim.pack.add({
'https://github.com/hsi/lapland.nvim'
})Using vim-plug
Plug 'hsi/lapland.nvim'Using Dein.vim
call dein#add('hsi/lapland.nvim')Using packer.nvim
use 'hsi/lapland.nvim'Feel free to open an issue or send a pull request!
