branch: elpa/spacemacs-theme
commit 8279c895a21b29ef635a1cc15f8a8993ac14d1b8
Author: Muneeb Shaikh <[email protected]>
Commit: Muneeb Shaikh <[email protected]>
string delem, operators visible in enh-ruby-mode
---
spacemacs-common.el | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 202b11962f..89c1b29bc4 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -222,6 +222,10 @@
;;;;; eldoc
`(eldoc-highlight-function-argument ((,class (:foreground ,(if (eq
variant 'dark) suc red) :bold t))))
+;;;;; enh-ruby
+ `(enh-ruby-string-delimiter-face ((,class (:foreground ,str))))
+ `(enh-ruby-op-face ((,class (:background ,bg1 :foreground ,base))))
+
;;;;; erc
`(erc-input-face ((,class (:foreground ,func))))
`(erc-my-nick-face ((,class (:foreground ,key1))))