Skip to content

Commit

Permalink
Add the railscasts theme
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Oct 25, 2010
1 parent 9e4d6da commit 687e292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions init-el-get.el
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions init-themes.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 687e292

Please sign in to comment.