branch: elpa/moe-theme
commit 061ec6fc68490ec92926f5f77920790424d5b5ff
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
Improve error/warning faces in Ruby.
---
moe-dark-theme.el | 4 ++--
moe-light-theme.el | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 8b7cea689e..030b4e80ad 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -632,8 +632,8 @@ Moe, moe, kyun!")
`(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))))
+ `(erm-syn-errline ((,class (:foreground ,red-00 :background ,red-3 :bold t
:underline t))))
+ `(erm-syn-warnline ((,class (:bold t :underline t))))
;; ansi-term
`(term-color-black ((,class (:background ,black-5 :foreground ,black-5))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 793c48b3f9..12716abc96 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -629,8 +629,8 @@ Moe, moe, kyun!")
`(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))))
+ `(erm-syn-errline ((,class (:foreground ,red-3 :background ,red-00 :bold t
:underline t))))
+ `(erm-syn-warnline ((,class (:bold t :underline t))))
;; ansi-term
`(term-color-black ((,class (:background ,black-5 :foreground ,black-5))))