https://github.com/lurst/dvo.vim
Simple 2 color vim colorscheme
https://github.com/lurst/dvo.vim
Last synced: 13 days ago
JSON representation
Simple 2 color vim colorscheme
- Host: GitHub
- URL: https://github.com/lurst/dvo.vim
- Owner: LuRsT
- License: mit
- Created: 2019-09-28T09:08:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-28T09:16:23.000Z (over 6 years ago)
- Last Synced: 2025-01-19T17:31:52.969Z (12 months ago)
- Language: Vim script
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dvo.vim
_DVO is two in latin_
This is a monochrome theme using only a cool white and a non completely black black.
This colorscheme was done using [vim-colortemplate](https://github.com/lifepillar/vim-colortemplate).
To update it, change the `dvo_template.vim` file, and run `:Colortemplate .` (you ned the plugin for this to work).
### How to install
#### Vundle
Plugin 'lurst/dvo.vim'
#### NeoBundle
NeoBundle 'lurst/dvo.vim'
#### VimPlug
Plug 'lurst/dvo.vim'
#### Pathogen
cd ~/.vim/bundle
git clone https://github.com/lurst/dvo.vim
Enjoy!