aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-01-19 20:20:04 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-01-19 20:20:04 +0100
commitf6fee33b3b87bdb13ef3a0b27ba2ac4e24a801d8 (patch)
tree459f30e249945b41db55e93c449f8cc9cf6f8795
parentb37461e6e3539962b9abc6c60374dd55dd1408ce (diff)
downloadvimrc-f6fee33b3b87bdb13ef3a0b27ba2ac4e24a801d8.tar.gz
vimrc-f6fee33b3b87bdb13ef3a0b27ba2ac4e24a801d8.tar.bz2
vimrc-f6fee33b3b87bdb13ef3a0b27ba2ac4e24a801d8.zip
remove solarized colorscheme
-rw-r--r--dotvimrc5
1 files changed, 1 insertions, 4 deletions
diff --git a/dotvimrc b/dotvimrc
index efd642b..5360202 100644
--- a/dotvimrc
+++ b/dotvimrc
@@ -44,8 +44,6 @@ NeoBundleFetch 'Shougo/neobundle.vim'
" After install, turn shell ~/.vim/bundle/vimproc, (n,g)make -f your_machines_makefile
NeoBundle 'Shougo/vimproc'
-NeoBundle 'altercation/vim-colors-solarized'
-
NeoBundle 'mileszs/ack.vim.git'
NeoBundle 'motemen/git-vim.git'
@@ -110,8 +108,7 @@ function! ToggleFullScreen()
endfunction
if has("gui_running")
- "colorscheme bramwombat
- colorscheme solarized
+ colorscheme bramwombat
if has("gui_gtk2")
set guifont=Inconsolata\ Medium\ 12