Skip to content

My slightly modified version of "haishanh/night-owl.vim"

Notifications You must be signed in to change notification settings

rlaneyjr/mynight-owl.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Night Owl Vim colorscheme screenshot

A 24bit dark Vim colorscheme based on sdras/night-owl-vscode-theme

Usage

""""" install

" install with vim-plug
Plug 'rlaneyjr/mynight-owl.vim'
" or with NeoBundle
" NeoBundle 'rlaneyjr/mynight-owl.vim'
" or with Vundle
" Plugin 'rlaneyjr/mynight-owl.vim'

""""" enable 24bit true color

" If you have vim >=8.0 or Neovim >= 0.1.5
if (has("termguicolors"))
 set termguicolors
endif

" For Neovim 0.1.3 and 0.1.4
let $NVIM_TUI_ENABLE_TRUE_COLOR=1

""""" enable the theme

syntax enable
colorscheme mynight-owl

About

My slightly modified version of "haishanh/night-owl.vim"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published