branch: elpa/moe-theme
commit 27cca19dc16d189d1b14bbde334178f45eab40df
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
Add font face for enh-ruby-mode
---
moe-dark-theme.el | 12 ++++++++++--
moe-light-theme.el | 10 +++++++++-
2 files changed, 19 insertions(+), 3 deletions(-)
diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 50e1da8e4f..663e7cf90b 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -1,7 +1,7 @@
;;; moe-dark-theme.el --- An eye-candy theme for Emacser
;; Author: kuanyui<[email protected]>
-;; Based on "tango-dark-theme" , a part of GNU Emacs 24
+;; Based on "tango-dark-theme"
;;; Code:
@@ -460,7 +460,15 @@ Moe, moe, kyun!")
;; yalinum
`(yalinum-bar-face ((,class (:foreground ,black-2-5 :background ,white-1))))
`(yalinum-face ((,class (:foreground ,white-1 :background ,black-2))))
- `(yalinum-track-face ((,class (:foreground ,white-1 :background
,black-2-5))))
+ `(yalinum-track-face ((,class (:foreground ,white-1 :background
,black-2-5))))
+
+ ;; Ruby
+ `(enh-ruby-heredoc-delimiter-face ((,class (:foreground ,purple-2))))
+ `(enh-ruby-op-face ((,class (:foreground ,orange-3 :bold t))))
+ `(enh-ruby-regexp-delimiter-face ((,class (:foreground ,purple-2))))
+ `(enh-ruby-string-delimiter-face ((,class (:foreground ,purple-0))))
+ `(erm-syn-errline ((,class (:foreground ,white-0 :background ,red-3 :bold
t))))
+ `(erm-syn-warnline ((,class (:foreground ,white-0 :background ,orange-2
:bold t))))
)
(custom-theme-set-variables
diff --git a/moe-light-theme.el b/moe-light-theme.el
index dc6133aff7..f015b51d86 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -1,7 +1,7 @@
;;; moe-light-theme.el --- An eye-candy theme for Emacser
;; Author: kuanyui<[email protected]>
-;; Based on "tango-dark-theme" , a part of GNU Emacs 24
+;; Based on "tango-dark-theme"
;;; Code:
@@ -461,6 +461,14 @@ Moe, moe, kyun!")
`(yalinum-bar-face ((,class (:foreground "#d7d7af" :background "#87875f"))))
`(yalinum-face ((,class (:foreground "#87875f" :background "#d7d7af"))))
`(yalinum-track-face ((,class (:foreground "#87875f" :background
"#d7d7af"))))
+
+ ;; Ruby
+ `(enh-ruby-heredoc-delimiter-face ((,class (:foreground ,purple-2))))
+ `(enh-ruby-op-face ((,class (:foreground ,orange-3 :bold t))))
+ `(enh-ruby-regexp-delimiter-face ((,class (:foreground ,purple-2))))
+ `(enh-ruby-string-delimiter-face ((,class (:foreground ,purple-3))))
+ `(erm-syn-errline ((,class (:foreground ,white-0 :background ,red-3 :bold
t))))
+ `(erm-syn-warnline ((,class (:foreground ,white-0 :background ,orange-2
:bold t))))
)
(custom-theme-set-variables