xxzozaxx / sexy-monochrome-theme

Emacs sexy monochrome theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sexy monochrome theme for emacs

This theme is just fork from sexy-monochrome-theme which is based on the Xavier Noria monochrome-theme. And impressed by "Monochrome color scheme for Vim"

but why ?

I think colour make me confused when you start hacking. However, I would recommend using colors when you are learning new language.

Screenshots

markdown(right) & Source Code(left)

Simple monochrome theme source code

Org-mode (spacemacs markdown layer README.org)

Simple monochrome theme org-mode

randowm file (racket)

Simple monochrome theme racket

Installation

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 simple-monochrome RET

then put in your init file

    (load-theme 'simple-monochrome)

Works with Emacs >= 24.

About

Emacs sexy monochrome theme

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%