Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mrmoje/vim-colors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

vim-colors

White style theme For vim

create by Lan base on molokai date: 2017-03-29

How to use ?

  1. download /colors/*.vim file to your computer
  2. move colors file to path: ~/.vim/colors/*.vim
  3. modify ~/.vimrc like 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
  1. enjoy it

About

vim colors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%