Skip to content

Zajn/amelie-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

Emacs 24 theme with bright colors~

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%