nightowllight.vim
May 19, 2020 ยท View on GitHub
A light colour scheme for Vim based on @sdras' Light Owl (aka Night Owl Light) VSCode theme.

Font is Iosevka
Installation
Package manager
" vim-plug
Plug 'macguirerintoul/night_owl_light.vim'
" NeoBundle
NeoBundle 'macguirerintoul/night_owl_light.vim'
" Vundle
Plugin 'macguirerintoul/night_owl_light.vim'
if (has("termguicolors"))
set termguicolors
endif
syntax enable
colorscheme night_owl_light
Manual
- Download
./colors/night_owl_light.vim - Put it in
~/.vim/colors