branch: elpa/spacemacs-theme
commit 97d0f5ab5bea9f37fb4afe31102fe6e32e40ceda
Merge: c5baa2f12a 02768bef17
Author: Nasser Alshammari <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #146 from ema2159/solaire
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))))