Please bear with us as we work to restore functionality to dotfiles.org.
merely sets the colorscheme, font, window size, removes the toolbar and uses console prompts instead of pop-up windows.
" wombat + amazing, low contrast dark
" brookstream + awesome, somewhat high contrast though
" mint - very clean and bright, 2d
" golden - surprisingly nice
" camo - like a pink version of blackdust, nice
" desert - nice but feels a bit busy
" darkerdesert - darker, for the deep dark night
" freya - nice, in the blackdust family
" matrix - very special-purpose. not suitable for everyday use.
" wood - with tweaks, could be nice.
" zenburn - in the blackdust category
colorscheme wombat
" remove the toolbar (M) and use console prompts (c)
set guioptions=Mc
" autocopy on select and use console instead of popup windows
set guioptions+=A
" http://en.wikipedia.org/wiki/Bitstream_Vera
" at 1400x900 14 is a nice font size
set guifont=Bitstream_Vera_Sans_Mono:h14
" 30 (project) + 1 (seperator) + 80 (edit window) = 111
set columns=111
set lines=50