diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-01-19 20:20:04 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-01-19 20:20:04 +0100 |
commit | f6fee33b3b87bdb13ef3a0b27ba2ac4e24a801d8 (patch) | |
tree | 459f30e249945b41db55e93c449f8cc9cf6f8795 | |
parent | b37461e6e3539962b9abc6c60374dd55dd1408ce (diff) | |
download | vimrc-f6fee33b3b87bdb13ef3a0b27ba2ac4e24a801d8.tar.gz vimrc-f6fee33b3b87bdb13ef3a0b27ba2ac4e24a801d8.tar.bz2 vimrc-f6fee33b3b87bdb13ef3a0b27ba2ac4e24a801d8.zip |
remove solarized colorscheme
-rw-r--r-- | dotvimrc | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |