olegshaldybin / color-theme-railscasts

Emacs color theme inspired by Railscasts
http://www.shaldybin.com
41 stars 21 forks source link

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