Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.15 KB

README.md

File metadata and controls

47 lines (29 loc) · 1.15 KB

About

Amelie-theme is a Emacs 24 theme with dard background and bright colorful foreground. Inspired by the Slim main page.

Attention

It is Amelie not amelie. Never forget the beautiful uppercase!

Installation

Manual

Emacs 24 will find the theme file whose name ends with -theme.el under the directory defined by variable custom-theme-load-path. Default directory is ~/.emacs.d/.

Download Amelie-theme.el to the directory ~/.emacs.d/themes/ and add this to your .emacs:

(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")

Now you can load the theme with like this:

M-x load-theme RET Amelie

el-get

Why not add something like this to your sources to install it automatically by el-get?

'(:name amelie-theme
        :type git
        :url "git://github.com/ranmocy/amelie-theme.git"
        :after (lambda ()
                      (add-to-list 'custom-theme-load-path
                                   (expand-file-name "amelie-theme" (file-name-as-directory el-get-dir)))))

Contribution OR Advices

Fork it && Improve it && Push it && Pull request to me.

OR

Me.tell in: Way.any