etheme: emacs theme support package

Introduction

An easy way to change a set of attributes of various faces in GNU Emacs.

Download

CVS Access

You can try to access the latest, unstable version of this software by acessing my anonymous CVS. Press Return to pass the authentification.

$ cvs -d :pserver:anonymous@www.cinsk.org:/root login
password: <RET>
$ cvs -d :pserver:anonymous@www.cinsk.org:/root co emacs-scripts
...
$ cvs -d :pserver:anonymous@www.cinsk.org:/root logout

Usage

Append following codes in your $HOME/.emacs file:

  (setq load-path (cons (expand-file-name "~/.emacs.d/") load-path))
  (require 'etheme)

And copy the downloaded source into $HOME/.emacs.d/ directory.

In emacs session, you can change your theme using M-x etheme-set-theme command.

Screenshot

Cinsk Theme

cinsk theme

Canyon Theme

canyon theme

Vim Theme

vim theme

Morning Theme

morning theme

Elflord Theme

elflord theme


Any Browser Campaign Valid CSS! Valid XHTML 1.0!
Emacs Powered Graphics by GIMP Vim Powered

$Id: etheme.html,v 1.5 2006/03/06 13:43:46 cinsk Exp $