From 54225d33a073f1854018b5a036043c600ce44835 Mon Sep 17 00:00:00 2001 From: Chris Kempson Date: Wed, 5 Sep 2012 21:50:40 +0200 Subject: Update README.md --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ce7aa51..e055f10 100644 --- a/README.md +++ b/README.md @@ -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). -![Base16 Vim](https://raw.github.com/chriskempson/base16-vim/master/base16-vim.png) \ No newline at end of file +Supports graphical Vim and console Vim. +For terminal vim (non-gui) please ensure you are using [base16-iterm2](https://raw.github.com/chriskempson/base16-iterm2) and [base16-shell](https://raw.github.com/chriskempson/base16-shell). + +![Base16 Vim](https://raw.github.com/chriskempson/base16-vim/master/base16-vim.png) + +## 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 -- cgit v1.2.3 From 3f8242d8f7d8fa82ba4f9cbd5e4bbecc2d4d1e00 Mon Sep 17 00:00:00 2001 From: Chris Kempson Date: Fri, 7 Sep 2012 15:46:30 +0200 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e055f10..d15e2a8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ See the [Base16 repository](https://github.com/chriskempson/base16) for more inf This theme was built with [Base16 Builder](https://github.com/chriskempson/base16-builder). Supports graphical Vim and console Vim. -For terminal vim (non-gui) please ensure you are using [base16-iterm2](https://raw.github.com/chriskempson/base16-iterm2) and [base16-shell](https://raw.github.com/chriskempson/base16-shell). +For terminal vim (non-gui) please ensure you are using a base16 terminal theme. ![Base16 Vim](https://raw.github.com/chriskempson/base16-vim/master/base16-vim.png) -- cgit v1.2.3