Vim

Run vim on Windows with 256 colors

set term=xterm
set t_Co=256
let &t_AB="\e[48;5;%dm"
let &t_AF="\e[38;5;%dm"
colorscheme zenburn

[ Source: http://stackoverflow.com/questions/14315519/conemu-vim-syntax-highlight ]