branch: elpa/spacemacs-theme
commit 860969da2ac17bd89ee08af5d81d46e20687eaff
Author: Alex Branham <[email protected]>
Commit: Alex Branham <[email protected]>
Account for new ESS faces
---
spacemacs-common.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 6b167c3bb0..2be562fb30 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -372,6 +372,8 @@ to 'auto, tags may not be properly aligned. "
`(ess-numbers-face ((,class (:inherit font-lock-constant-face))))
`(ess-operator-face ((,class (:foreground ,var))))
`(ess-paren-face ((,class (:foreground ,blue))))
+ `(ess-r-control-flow-keyword-face ((,class (:foreground ,keyword))))
+ `(ess-r-signal-keyword-face ((,class (:foreground ,war))))
;;;;; evil
`(evil-ex-substitute-matches ((,class (:background ,red-bg :foreground
,red))))