Skip to content

voloyev/sexy-monochrome-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MELPA

Sexy monochrome theme for emacs

This theme is based on the Xavier Noria monochrome-theme.

And impressed by "Monochrome color scheme for Vim"

Screenshots

Source Code

Sexy monochrome theme source code

Installation

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.