branch: elpa/spacemacs-theme
commit 42b77f470d81528b233ff1af87bb531484e5f17d
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Fix issue #4, thanks @travisbhartwell
---
spacemacs-common.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 7522714998..888fb43e18 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -225,7 +225,7 @@
`(git-gutter-fr:modified ((,class (:foreground ,inf :weight bold))))
;;;;; gnus
- `(gnus-emphasis-highlight-words ((,class (:background (if (eq variant
'dark) err suc) :foreground (when (eq variant 'light) bg1)))))
+ `(gnus-emphasis-highlight-words ((,class (:background ,(if (eq variant
'dark) err suc) :foreground ,(when (eq variant 'light) bg1)))))
`(gnus-header-content ((,class (:foreground ,keyword))))
`(gnus-header-from ((,class (:foreground ,var))))
`(gnus-header-name ((,class (:foreground ,type))))