(Code borrowed from: http://octopress.org/docs/blogging/code/test/)
Solarized felt too mainstream :)
To use the Terminator theme, copy the file to .config/terminator/config
or run terminator-set-config.sh
.
Run either gnome-terminal-set-dark.sh
or gnome-terminal-set-light.sh
. The only difference is that the foreground/background colors get swapped.
Later.
syntax on
filetype plugin indent on
set number
" GREY LINE NUMBERS
:hi LineNr ctermfg=grey
"
set background=dark
set tabstop=2
set shiftwidth=2
set mouse=a
set pastetoggle=<F2>