Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.2 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.2 KB

Northerner

Northerner is a dark blue gray theme inspired by arcticice studio's nord-vim featuring mainly :

The font used is TermSyn

Installation

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