Fix for my sanity's sake

master
Dustin C. Hatch 2011-12-20 20:23:39 -06:00
parent 8eac61ff94
commit 510c91951e
1 changed files with 5 additions and 5 deletions

View File

@ -11,13 +11,13 @@ set splitright
" Backups are annoying. Use Mercurial!
set nobackup
" Use a dark theme for console editing
colorscheme torte
if has('gui_running')
" For the GUI, use a lower contrast theme from
" http://dengmao.wordpress.com/2007/01/22/vim-color-scheme-wombat/
if has('gui_running')
colorscheme wombat
else
" Use a dark theme for console editing
colorscheme torte
endif
" Set GUI size for side-by-side editing