Railscasts color theme for Emacs.
To use add the following to your .emacs file:
(require 'color-theme) (color-theme-initialize) (load-file "~/.emacs.d/site-lisp/themes/color-theme-railscasts.el") (color-theme-railscasts)
MIT License Copyright (c) 2009 Oleg Shaldybin oleg.shaldybin@gmail.com Inspired by the brilliant Railscasts theme for TextMate