branch: elpa/spacemacs-theme
commit 02768bef171560ae67b2913dfecba51839c307cf
Author: ema2159 <[email protected]>
Commit: ema2159 <[email protected]>

    Added solaire mode support
---
 spacemacs-common.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 3ca9b58c34..8c3999f3a9 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -827,6 +827,12 @@ to 'auto, tags may not be properly aligned. "
      `(smerge-refined-changed ((,class (:background ,blue-bg-s :foreground 
,blue))))
      `(smerge-refined-removed ((,class (:background ,red-bg-s :foreground 
,red))))
 
+;;;;; solaire
+     `(solaire-default-face ((,class (:inherit default :background ,bg2))))
+     `(solaire-minibuffer-face ((,class (:inherit default :background ,bg2))))
+     `(solaire-hl-line-face ((,class (:inherit hl-line :background ,bg2))))
+     `(solaire-org-hide-face ((,class (:inherit org-hide :background ,bg2))))
+
 ;;;;; spaceline
      `(spaceline-flycheck-error  ((,class (:foreground ,err))))
      `(spaceline-flycheck-info   ((,class (:foreground ,keyword))))

Reply via email to