From 8b9d8fdacb21eacb44a2ea3b417ccd575656c007 Mon Sep 17 00:00:00 2001 From: Matthew Reschke Date: Tue, 3 Mar 2015 13:02:26 -0600 Subject: [PATCH] Updates --- vimrc | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/vimrc b/vimrc index 2b9ab82..f8040e5 100644 --- a/vimrc +++ b/vimrc @@ -14,10 +14,6 @@ runtime! debian.vim " options, so any other options should be set AFTER setting 'compatible'. "set compatible -" If using a dark background within the editing area and syntax highlighting -" turn on this option as well -set background=dark - " Uncomment the following to have Vim jump to the last position when " reopening a file "if has("autocmd") @@ -400,13 +396,27 @@ let NERDTreeIgnore=[ '\.pyc$', '\.pyo$', '\.py\$class$', '\.obj$', " }}} +if has("gui_running") + "colorscheme molokai + "colorscheme mustang + "colorscheme badwolf + colorscheme jellybeans + " Remove toolbar, left scrollbar and right scrollbar + set guioptions-=T + set guioptions-=l + set guioptions-=L + set guioptions-=r + set guioptions-=R +else + set background=dark + "colorscheme molokai + "colorscheme mustang + "colorscheme badwolf + "colorscheme jellybeans + "colorscheme heroku-terminal + colorscheme benokai +endif - -" colorscheme -" colorscheme industry -" colorscheme molokai -colorscheme heroku-terminal -" let g:molokai_original = 1