diff --git a/init-el-get.el b/init-el-get.el index 88629dd095..cce8820e0e 100644 --- a/init-el-get.el +++ b/init-el-get.el @@ -51,6 +51,7 @@ (:name color-theme-zenburn :type git :url "git://github.com/emacsmirror/zenburn.git") (:name color-theme-twilight :type git :url "git://github.com/crafterm/twilight-emacs.git") (:name color-theme-subdued :type http :url "http://jblevins.org/git/misc.git/plain/color-theme-subdued.el") + (:name color-theme-railscasts :type git :url "git://github.com/olegshaldybin/color-theme-railscasts.git") ;; Org diff --git a/init-themes.el b/init-themes.el index 7838af3dd8..ce51e50721 100644 --- a/init-themes.el +++ b/init-themes.el @@ -12,6 +12,7 @@ (autoload 'color-theme-subdued "color-theme-subdued" "A dark color theme" t) (autoload 'color-theme-ir-black "color-theme-ir-black" "A dark color theme" t) (autoload 'color-theme-zen-and-art "zen-and-art" "A dark color theme" t) +(autoload 'color-theme-railscasts "color-theme-railscasts" "Translation of railscasts theme for Textmate" t) (autoload 'color-theme-sanityinc-light "color-theme-sanityinc" "A light color theme" t) (autoload 'color-theme-sanityinc-dark "color-theme-sanityinc" "A dark color theme" t)