branch: elpa/spacemacs-theme
commit 32ddc1a9b9f4f58ebe8410abc1124b7acf0f36b1
Merge: db328e2092 81755299ac
Author: Nasser Alshammari <[email protected]>
Commit: GitHub <[email protected]>
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