Amelie-theme is a theme with dard background and bright colorful foreground. Inspired by the Slim main page. Currently support:
- Emacs 24
- Gnome-Terminal
- Apps using
.Xdefault
It is Amelie
not amelie
. Never forget the beautiful uppercase!
sh gnome-terminal.sh
cp Xdefault $HOME/.Xdefault
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
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)))))
Fork it && Improve it && Push it && Pull request to me.
OR
(tell me :in (any way))