From cdefdd8e37079042aa17f9081e7652b682d479df Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philippe=20H=C3=BCrlimann?=
Date: Sat, 15 Oct 2016 00:22:50 +0200 Subject: [PATCH] new colorscheme bitterjug --- vimrc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 -- 2.51.2