https://github.com/lanfly/vim-colors
vim colors
https://github.com/lanfly/vim-colors
Last synced: 4 months ago
JSON representation
vim colors
- Host: GitHub
- URL: https://github.com/lanfly/vim-colors
- Owner: LanFly
- Created: 2017-03-29T07:20:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-29T08:09:29.000Z (about 9 years ago)
- Last Synced: 2025-11-23T23:29:42.396Z (7 months ago)
- Language: Vim script
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vim-colors
White style theme For vim
create by [Lan](mailto:bluescode@outlook.com) base on [molokai](https://github.com/tomasr/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
```
4. enjoy it