From debaf44813f9c420d5ac9144a25eda2cdc10efad Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Wed, 9 Apr 2014 20:25:37 -0500 Subject: [PATCH] [vim] use base16 dark theme --- vim/vim.symlink/plugins.vim | 1 + vim/vimrc.symlink | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/vim/vim.symlink/plugins.vim b/vim/vim.symlink/plugins.vim index a0f81f5..bac9708 100644 --- a/vim/vim.symlink/plugins.vim +++ b/vim/vim.symlink/plugins.vim @@ -39,6 +39,7 @@ Bundle 'ap/vim-css-color' Bundle 'flazz/vim-colorschemes' Bundle 'nanotech/jellybeans.vim' Bundle 'w0ng/vim-hybrid' +Bundle 'chriskempson/base16-vim' " languages Bundle 'othree/html5.vim' diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index aeb050c..6ac2e7a 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -129,7 +129,7 @@ call matchadd('ColorColumn', '\%81v', 100) set encoding=utf8 set t_Co=256 " Explicitly tell vim that the terminal supports 256 colors" set background=dark -colorscheme hybrid +colorscheme base16-default " set number " show line numbers set relativenumber " show relative line numbers