Skip to content

Instantly share code, notes, and snippets.

@heronmedeiros
Created May 18, 2011 02:44
Show Gist options
  • Save heronmedeiros/977902 to your computer and use it in GitHub Desktop.
Save heronmedeiros/977902 to your computer and use it in GitHub Desktop.
if has("gui_running")
if has("gui_gnome")
"set term=gnome-256color "MUDO ESSA LINHA
set t_Co=256 "ACRESCENTO ESSA
colorscheme railscasts2
set guifont=Monaco\ Bold\ 12
endif
else
let g:CSApprox_loaded = 1
if $COLORTERM == 'gnome-terminal'
"set term=gnome-256color "MUDO ESSA LINHA
set t_Co=256 "ACRESCENTO ESSA
colorscheme railscasts2
else
colorscheme default
endif
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment