vim using .vimrc
" Example .vimrc here http://www.vi-improved.org/vimrc.php
" Vim colorschemes generator http://inspiration.sweyla.com/code/
" {
set background=dark " we plan to use a dark background
colorscheme inspiration907827
syntax on " syntax highlighting on
" }
xterm using .Xdefaults
XTerm*Background: black
XTerm*Foreground: grey
XTerm*utf8: 1
-- check out http://dotfiles.org/ for more of this stuff