From: Philippe Hürlimann Date: Fri, 14 Oct 2016 22:22:50 +0000 (+0200) Subject: new colorscheme bitterjug X-Git-Url: https://git.hurlimann.org/?a=commitdiff_plain;h=cdefdd8e37079042aa17f9081e7652b682d479df;p=vimfiles.git new colorscheme bitterjug --- diff --git a/vimrc b/vimrc index 39d6a72..0e6c44b 100644 --- a/vimrc +++ b/vimrc @@ -16,6 +16,7 @@ Plugin 'VundleVim/Vundle.vim' " The ones that I currently don't use are commented out Plugin 'ap/vim-css-color' Plugin 'avakhov/vim-yaml' +Plugin 'bitterjug/vim-colors-bitterjug' Plugin 'davidhalter/jedi-vim' Plugin 'eagletmt/ghcmod-vim' Plugin 'eagletmt/neco-ghc' @@ -72,11 +73,8 @@ set cursorline " turn on filetype specific stuff filetype plugin indent on -" colors -" solarized.vim exists -"let g:solarized_termcolors=256 -"colorscheme solarized -"set background=dark +colorscheme bitterjug +set background=light syntax on