[vim] use base16 dark theme

This commit is contained in:
Nick Nisi
2014-04-09 20:25:37 -05:00
parent 42971f8171
commit debaf44813
2 changed files with 2 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ Bundle 'ap/vim-css-color'
Bundle 'flazz/vim-colorschemes' Bundle 'flazz/vim-colorschemes'
Bundle 'nanotech/jellybeans.vim' Bundle 'nanotech/jellybeans.vim'
Bundle 'w0ng/vim-hybrid' Bundle 'w0ng/vim-hybrid'
Bundle 'chriskempson/base16-vim'
" languages " languages
Bundle 'othree/html5.vim' Bundle 'othree/html5.vim'

View File

@@ -129,7 +129,7 @@ call matchadd('ColorColumn', '\%81v', 100)
set encoding=utf8 set encoding=utf8
set t_Co=256 " Explicitly tell vim that the terminal supports 256 colors" set t_Co=256 " Explicitly tell vim that the terminal supports 256 colors"
set background=dark set background=dark
colorscheme hybrid colorscheme base16-default
" set number " show line numbers " set number " show line numbers
set relativenumber " show relative line numbers set relativenumber " show relative line numbers