39

GitHub - haishanh/night-owl.vim: A 24bit dark Vim colorscheme based on sdras/nig...

 5 years ago
source link: https://github.com/haishanh/night-owl.vim
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md

Night Owl Vim colorscheme screenshot

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

Usage

""""" install

" install with vim-plug
Plug 'haishanh/night-owl.vim'
" or with NeoBundle
" NeoBundle 'haishanh/night-owl.vim'
" or with Vundle
" Plugin 'haishanh/night-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 night-owl

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK