From 510c91951e74adf4a9cf3fbdb093138face69a31 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 20 Dec 2011 20:23:39 -0600 Subject: [PATCH] Fix for my sanity's sake --- plugin/00-dustin.vim | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugin/00-dustin.vim b/plugin/00-dustin.vim index 4b9512a..5fc0aa0 100644 --- a/plugin/00-dustin.vim +++ b/plugin/00-dustin.vim @@ -11,13 +11,13 @@ set splitright " Backups are annoying. Use Mercurial! set nobackup -" Use a dark theme for console editing -colorscheme torte - -" For the GUI, use a lower contrast theme from -" http://dengmao.wordpress.com/2007/01/22/vim-color-scheme-wombat/ if has('gui_running') + " For the GUI, use a lower contrast theme from + " http://dengmao.wordpress.com/2007/01/22/vim-color-scheme-wombat/ colorscheme wombat +else + " Use a dark theme for console editing + colorscheme torte endif " Set GUI size for side-by-side editing