emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/spacemacs-theme 02768bef17 299/336: Added solaire mode sup


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 02768bef17 299/336: Added solaire mode support
Date: Fri, 14 Jan 2022 10:59:46 -0500 (EST)

branch: elpa/spacemacs-theme
commit 02768bef171560ae67b2913dfecba51839c307cf
Author: ema2159 <ema2159@gmail.com>
Commit: ema2159 <ema2159@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]