/railscasts-reloaded-theme

An Emacs port of the Ryan Bates's famous Railscasts theme

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

Railscasts Reloaded Theme for Emacs

Melpa Status MELPA

This is a port of Ryan Bates's Textmate/vim theme. The original themes can be found here

Installation

MELPA

Railscasts Reloaded is available in both MELPA Stable and MELPA.

Use package-install to install the theme

M-x package-install railscasts-reloaded-theme

You can also use use-package

(use-package railscasts-reloaded-theme
	:ensure t
	:init
	(load-theme 'railscasts-reloaded t))

Manual

The theme can be installed using the following steps

Clone the repo to the themes folder inside .emacs.d:

$ git clone https://github.com/thegeorgeous/railscasts-reloaded-theme.git

Then add this to your init.el:

(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/railscasts-reloaded-theme/")
(load-theme 'railscasts-reloaded t)

Configuration

Load the theme with:

M-x load-theme railscasts-reloaded

Or you can add this to your init.el

(load-theme 'railscasts-reloaded t)

Screenshots

Ruby code Helm

Contributing

This is a work in progress and a lot of modes are unsupported. If you want a mode added, open an issue. Better still open a PR.