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

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

[nongnu] elpa/spacemacs-theme 32ddc1a9b9 303/336: Merge pull request #15


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 32ddc1a9b9 303/336: Merge pull request #152 from madalu/master
Date: Fri, 14 Jan 2022 10:59:47 -0500 (EST)

branch: elpa/spacemacs-theme
commit 32ddc1a9b9f4f58ebe8410abc1124b7acf0f36b1
Merge: db328e2092 81755299ac
Author: Nasser Alshammari <designernasser@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #152 from madalu/master
    
    Make sure custom themes can change all color variables
---
 spacemacs-common.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 5e83650e7f..690f6b0ae2 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -162,8 +162,8 @@ to 'auto, tags may not be properly aligned. "
         (yellow        (if (eq variant 'dark) (if (true-color-p) "#b1951d" 
"#875f00") (if (true-color-p) "#b1951d" "#875f00")))
         (yellow-bg     (if (eq variant 'dark) (if (true-color-p) "#32322c" 
"#262626") (if (true-color-p) "#f6f1e1" "#ffffff"))))
 
-    (cl-loop for (var . val) in spacemacs-theme-custom-colors
-             do (set var val))
+    (cl-loop for (cvar . val) in spacemacs-theme-custom-colors
+             do (set cvar val))
 
     (custom-theme-set-faces
      theme-name



reply via email to

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