add vim-hybrid colorscheme
This commit is contained in:
@@ -51,3 +51,4 @@ Bundle 'nanotech/jellybeans.vim'
|
|||||||
Bundle 'dart-lang/dart-vim-plugin'
|
Bundle 'dart-lang/dart-vim-plugin'
|
||||||
" Bundle 'Valloric/YouCompleteMe'
|
" Bundle 'Valloric/YouCompleteMe'
|
||||||
" Bundle 'marijnh/tern_for_vim'
|
" Bundle 'marijnh/tern_for_vim'
|
||||||
|
Bundle 'w0ng/vim-hybrid'
|
||||||
|
|||||||
@@ -135,7 +135,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 jellybeans
|
colorscheme hybrid
|
||||||
|
|
||||||
" set number " show line numbers
|
" set number " show line numbers
|
||||||
set relativenumber " show relative line numbers
|
set relativenumber " show relative line numbers
|
||||||
|
|||||||
Reference in New Issue
Block a user