Recent changes like color for term

This commit is contained in:
Hunter Haugen 2010-01-04 17:35:03 -08:00
parent 11bb2abd1e
commit d31d57b1b0
5 changed files with 20 additions and 42 deletions

9
.vimrc
View file

@ -1,5 +1,3 @@
scriptencoding utf-8
"-----------------------------------------------------------------------
"BaSS vimrc based con ciaran
"-----------------------------------------------------------------------
@ -12,10 +10,6 @@ scriptencoding utf-8
set termencoding=utf-8
set encoding=utf-8
" Turn off the menubar so we don't get key accelerators with Meta.
" Don't include the toolbar
set guioptions=aegiLt
"colorscheme ir_black
set fenc=utf-8
if exists('&t_SI')
@ -116,6 +110,9 @@ if ! has("gui_running")
colors inkpot
else
colors ir_black
" Turn off the menubar so we don't get key accelerators with Meta.
" Don't include the toolbar
set guioptions=aegit
endif
" set background=light gives a different style, feel free to choose between them.
set background=dark