diff options
author | Chris Kempson <git@chriskempson.com> | 2012-09-12 08:21:07 +0100 |
---|---|---|
committer | Chris Kempson <git@chriskempson.com> | 2012-09-12 08:21:07 +0100 |
commit | 5c6a0afd68015f39457f8e2eb7f33082e14093e1 (patch) | |
tree | 5a4a0ccb9a23c6c17b166bbc925dcc66642f3fd7 | |
parent | cccde7ed602fd9aaadc69ac5268ba26a74ad903b (diff) | |
parent | 3f8242d8f7d8fa82ba4f9cbd5e4bbecc2d4d1e00 (diff) |
Merge branch 'master' of github.com:chriskempson/base16-vim
* 'master' of github.com:chriskempson/base16-vim:
Update README.md
Update README.md
Change colors_name
Conflicts:
colors/base16-default.vim
-rw-r--r-- | README.md | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -1,4 +1,16 @@ # Base16 Vim -This theme provides both 16 and 256 colors. For terminal vim (non-gui) please ensure you are using [base16-iterm2](https://raw.github.com/chriskempson/base16-iterm2) and/or [base16-shell](https://raw.github.com/chriskempson/base16-shell). +See the [Base16 repository](https://github.com/chriskempson/base16) for more information. +This theme was built with [Base16 Builder](https://github.com/chriskempson/base16-builder). -
\ No newline at end of file +Supports graphical Vim and console Vim. +For terminal vim (non-gui) please ensure you are using a base16 terminal theme. + + + +## Installation +To use the dark theme ensure `set background=dark` is present in your `~/.vimrc` file. Otherwise Vim will use the light variation by default. + +If using Vundle add the following to your `~/.vimrc` file. + Bundle 'chriskempson/base16-vim' + +Otherwise copy the files to `~/.vim/colors`.
\ No newline at end of file |