Skip to content

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

Notifications You must be signed in to change notification settings

macguirerintoul/night_owl_light.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published