dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 285e65d61ea9146963395f88b9d973b7d9563556
parent f1ffa22ead6bab4ceb9f136d1a6637876cb3caaa
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed, 29 Jun 2016 01:09:35 -0700

Switch colorscheme to one

Diffstat:
M.vim/vimrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.vim/vimrc b/.vim/vimrc @@ -5,7 +5,7 @@ filetype off set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() Plugin 'VundleVim/Vundle.vim' -Plugin 'cbracken/vim-monochrome' +Plugin 'cbracken/vim-one' Plugin 'dart-lang/dart-vim-plugin' Plugin 'fatih/vim-go' Plugin 'fugitive.vim' @@ -99,7 +99,7 @@ let g:ycm_dart_bin_folder_path = '~/.dvm/darts/stable' if &t_Co > 2 || has("gui_running") syntax enable set background=dark - colorscheme monochrome + colorscheme one " Highlight cursor line set cursorline