emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/spacemacs-theme 860969da2a 259/336: Account for new ESS fa


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 860969da2a 259/336: Account for new ESS faces
Date: Fri, 14 Jan 2022 10:59:43 -0500 (EST)

branch: elpa/spacemacs-theme
commit 860969da2ac17bd89ee08af5d81d46e20687eaff
Author: Alex Branham <branham@utexas.edu>
Commit: Alex Branham <branham@utexas.edu>

    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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]