This theme is based on the Xavier Noria monochrome-theme.
And impressed by "Monochrome color scheme for Vim"
Just install form MELPA
M-x package-install RET sexy-monochrome-theme RET
and then put in your init file
(load-theme 'sexy-monochrome)
OR throw this file into ~/.emacs.d and
(add-to-list 'custom-theme-load-path
"~/.emacs.d/YOUR_FOLDER_WITH_THEME/")
and
M-x load-theme RET sexy-monochrome RET
then put in your init file
(load-theme 'sexy-monochrome)
Works with Emacs >= 24.