White style theme For vim
create by Lan base on molokai date: 2017-03-29
- download /colors/*.vim file to your computer
- move colors file to path:
~/.vim/colors/*.vim - modify
~/.vimrclike this:
syntax enable
syntax on
" display number
set nu
" display cursor position
set ruler
" highlight current line
set cursorline
" when a file is not save or read-only, a confirmation dialog pops up
set confirm
" enable file type detection
filetype on
" according to file type load different plug-in
filetype plugin on
" set background theme
set background=light
" the name of your theme file in `~/.vim/colors/`, do not contain suffix
colorscheme Lan
- enjoy it