2008-11-02

My Emacs Color Theme

Emacs Sunburst

This is my emacs color theme, adjust based on the “Sunburst” theme for TextMate which is created by Soryu.

The el file can be found here: http://p3n9.kilu.de/color-theme-sunburst.el

8 comments:

  1. This looks beautiful. Nice font, too. The download does not work for me though.

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete
  3. I get it...new question, How can I load the same colors fot both emacs gui and command line ?

    ReplyDelete
  4. Awesome, though I found the comment face a little too dim, so changed #666 -> #888. That's personal taste though :)

    ReplyDelete
  5. this is an awesome theme. thanks. but i did need some work around to load it. I changed the filename to color-theme-tm.el with an additional line (provide 'color-theme-tm) so that it can be loaded with (require 'color-theme)

    ReplyDelete