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