A 24bit dark Vim colorscheme based on sdras/night-owl-vscode-theme
""""" 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