-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from thegeorgeous/add-details-to-readme
Change README and theme to reflect MELPA addition
- Loading branch information
Showing
2 changed files
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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") | ||
|