branch: elpa/spacemacs-theme
commit 319ad1cd6aa05dcb43e4edca50eca339892e0865
Author: nashamri <designernas...@gmail.com>
Commit: nashamri <designernas...@gmail.com>

    support goggles
---
 spacemacs-theme.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/spacemacs-theme.el b/spacemacs-theme.el
index 2ad99e1e02..7bfdf40de4 100644
--- a/spacemacs-theme.el
+++ b/spacemacs-theme.el
@@ -513,6 +513,11 @@ to 'auto, tags may not be properly aligned. "
      `(gnus-header-subject ((,class (:foreground ,func :inherit bold))))
      `(gnus-summary-cancelled ((,class (:background ,war :foreground ,bg1))))
 
+;;;;; goggles
+     `(goggles-added ((,class (:background ,green-bg-s))))
+     `(goggles-changed ((,class (:background ,blue-bg-s))))
+     `(goggles-removed ((,class (:background ,red-bg-s))))
+
 ;;;;; guide-key
      `(guide-key/highlight-command-face ((,class (:foreground ,base))))
      `(guide-key/key-face ((,class (:foreground ,keyword))))

Reply via email to