Skip to content

A dark Neovim theme inspired by Lapland's fruits with easy to read code in mind.

License

Notifications You must be signed in to change notification settings

hsi/lapland.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lapland.nvim

A dark Neovim theme inspired by Lapland's fruits.

Screenshot

Screenshot

Color Palette

Color Palette

Features

  • Easy to read: more important elements have higher contrast.
  • Uses pleasing colors to the eye.
  • Based on a small palette (just 18 colors).
  • 100% Lua code (requires Neovim v0.5.0 or higher).

Installation

-- Lua
use 'hsi/lapland.nvim'

Using Dein.vim

" Vimscript
call dein#add('hsi/lapland.nvim')

Using vim-plug

" Vimscript
Plug 'hsi/lapland.nvim'

Want to help?

Feel free to open an issue or send a pull request!

License

Apache-2.0