Skip to content

Commit

Permalink
Merge pull request #5 from thegeorgeous/change-color-for-type-face
Browse files Browse the repository at this point in the history
Exchange colors for type-face and builtin-face
  • Loading branch information
thegeorgeous authored Nov 2, 2016
2 parents eedbbb9 + f832db8 commit c2b6f40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ Or you can add this to your `init.el`
```

## 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)
![Ruby code](https://cloud.githubusercontent.com/assets/1572403/19941425/0bb6ff72-a156-11e6-969f-ae0ee02884b5.png)
![Helm](https://cloud.githubusercontent.com/assets/1572403/19941509/5f115bf4-a156-11e6-8906-06eb190b25cf.png)

## Contributing
This is a work in progress and a lot of modes are unsupported. If you want a
Expand Down
4 changes: 2 additions & 2 deletions railscasts-reloaded-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
`(minibuffer-prompt ((t (:foreground ,railscasts-yellow-1))))

;;;; font-lock-faces
`(font-lock-type-face ((t (:foreground ,railscasts-cyan))))
`(font-lock-builtin-face ((t (:foreground ,railscasts-red))))
`(font-lock-type-face ((t (:foreground ,railscasts-red))))
`(font-lock-builtin-face ((t (:foreground ,railscasts-cyan))))
`(font-lock-constant-face ((t (:foreground ,railscasts-blue))))
`(font-lock-string-face ((t (:foreground ,railscasts-green))))
`(font-lock-keyword-face ((t (:foreground ,railscasts-orange))))
Expand Down

0 comments on commit c2b6f40

Please sign in to comment.