Northerner is a dark blue gray theme inspired by arcticice studio's nord-vim featuring mainly :
- A darker background (too much blue light is not great for the eyes)
- More visible comments
- Generated using romainl's template
The font used is TermSyn
If you are using vim in a terminal, you need to set your terminal emulator to use Northerner instead of the default colours, see HERE.
To install the colorscheme use one of the following ways:
- Place
northerner.vim
in~/.vim/colors/
- Use the excellent Plug add
Plug 'daftwooly/vim-northerner'
to your vimrc - Use
pack
(>vim8) clone this repo into~/.vim/pack/foo/start/vim-northerner
Then add this line to your vimrc, after syntax ...
, filetype ...
and call plug#end()
lines:
colorscheme northerner