]> Untitled Git - vimfiles.git/commitdiff
new colorscheme bitterjug
authorPhilippe Hürlimann <p@hurlimann.org>
Fri, 14 Oct 2016 22:22:50 +0000 (00:22 +0200)
committerPhilippe Hürlimann <p@hurlimann.org>
Fri, 14 Oct 2016 22:22:50 +0000 (00:22 +0200)
vimrc

diff --git a/vimrc b/vimrc
index 39d6a728d6234788e860f464448a2817f6d38307..0e6c44b49a4991759f367241c60cda24197754ea 100644 (file)
--- 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