branch: elpa/spacemacs-theme
commit 2f16b73cb8df9b0c2a4f8dd829fde376b5b05a3f
Merge: 23b9820366 8279c895a2
Author: Nasser Alshammari <[email protected]>
Commit: Nasser Alshammari <[email protected]>

    Merge pull request #28 from nixmaniack/enh_mode_face_enhancement
    
    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 d96694432e..e6dcc59665 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))))

Reply via email to