macguirerintoul / night_owl_light.vim

A light colour scheme for Vim based on @sdras' Light Owl (aka Night Owl Light) VSCode theme.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

night_owl_light.vim

A light colour scheme for Vim based on @sdras' Light Owl (aka Night Owl Light) VSCode theme.

Screenshot of the 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

  1. Download ./colors/night_owl_light.vim
  2. Put it in ~/.vim/colors

About

A light colour scheme for Vim based on @sdras' Light Owl (aka Night Owl Light) VSCode theme.


Languages

Language:Vim Script 100.0%