Skip to content

Commit

Permalink
Change README and theme to reflect MELPA addition
Browse files Browse the repository at this point in the history
  • Loading branch information
thegeorgeous committed Nov 2, 2016
1 parent d531e55 commit 80ba28c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
26 changes: 23 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,27 @@
# Railscasts Reloaded Theme for Emacs

[![Melpa Status](http://melpa.milkbox.net/packages/railscasts-reloaded-theme-badge.svg)](http://melpa.milkbox.net/#/railscasts-reloaded-theme)

This is a port of Ryan Bates's Textmate/vim theme. The original themes can be
found [here](http://railscasts.com/about)

## Installation

Only manual installation is supported. The theme can be installed using the
following steps
### MELPA
Use install package to install the theme
<kbd>M-x</kbd> `package-install railscasts-reloaded-theme`

You can also use [use-package](https://github.com/jwiegley/use-package)

``` emacs-lisp
(use-package railscasts-reloaded-theme
:ensure t
:config
(load-theme 'railscasts-reloaded'))
```

### Manual
The theme can be installed using the following steps

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

Expand All @@ -32,5 +47,10 @@ Or you can add this to your `init.el`
(load-theme `railscasts-reloaded t)
```
## Screenshots
![Ruby code](https://cloud.githubusercontent.com/assets/1572403/19900204/b4de482c-a088-11e6-90d3-7a69a6d33ff0.png)
![Helm](https://cloud.githubusercontent.com/assets/1572403/19900402/609f6d58-a089-11e6-912a-86f992e139fe.png)
## Contributing
This is a work in progress and a lot of modes are unsupported. PRs are welcome!
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.
6 changes: 3 additions & 3 deletions railscasts-reloaded-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
;;
;; Author: George Thomas <[email protected]>
;; URL: https://github.com/thegeorgeous/railscasts-reloaded-theme
;; Version: 0.1.0
;; Version: 1.0.0
;;
;;; Commentary:
;;
;; An Emacs port of the awesome Railscasts theme as used by Ryan Bates
;; The awesome Railscasts theme as used by Ryan Bates
;;
;;; Code:

(deftheme railscasts-reloaded
"An Emacs port of the awesome Railscasts theme")
"The awesome Railscasts theme")

(defvar railscasts-reloaded-colors-alist
`(("railscasts-bg" . "#232323")
Expand Down

0 comments on commit 80ba28c

Please sign in to comment.