branch: elpa/cyberpunk-theme
commit ec1f7e77dabba5a24a2ae991e56b21071d021812
Merge: 21ec3f4 75d6ace
Author: Nicholas M. Van Horn <[email protected]>
Commit: Nicholas M. Van Horn <[email protected]>
Merge pull request #9 from jeekl/enh-ruby-mode
add enh-ruby-mode faces. Thanks for the contribution---the theme is
stronger for it!
---
cyberpunk-theme.el | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/cyberpunk-theme.el b/cyberpunk-theme.el
index 10fd038..e63965e 100644
--- a/cyberpunk-theme.el
+++ b/cyberpunk-theme.el
@@ -681,6 +681,12 @@
;; yasnippet
`(yas/field-highlight-face ((,class (:background ,cyberpunk-pink-1
:foreground ,cyberpunk-black))))
+ ;; enh-ruby-mode enh-ruby-op-face
+ `(enh-ruby-op-face ((,class (:foreground ,cyberpunk-blue-7))))
+ `(enh-ruby-heredoc-delimiter-face ((,class (:foreground
,cyberpunk-green+2))))
+ `(enh-ruby-string-delimiter-face ((,class (:foreground
,cyberpunk-green+2))))
+ `(enh-ruby-regexp-delimiter-face ((,class (:foreground ,cyberpunk-blue-1))))
+
;; yascroll
`(yascroll:thumb-text-area ((,class (:background ,cyberpunk-bg-1))))
`(yascroll:thumb-fringe ((,class (:background ,cyberpunk-bg-1 :foreground
,cyberpunk-bg-1))))