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

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

[nongnu] elpa/spacemacs-theme 7105b42bf7 1/2: Fix solaire-hl-line-face b


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 7105b42bf7 1/2: Fix solaire-hl-line-face background
Date: Thu, 3 Nov 2022 10:59:30 -0400 (EDT)

branch: elpa/spacemacs-theme
commit 7105b42bf708887c2d993a8443ed2706fcf772ed
Author: Elliott Shugerman <eeshugerman@gmail.com>
Commit: GitHub <noreply@github.com>

    Fix solaire-hl-line-face background
    
    Not much of a highlight when it's the same as `solaire-default-face`
---
 spacemacs-common.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index bda37b4abf..591e782ef3 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -887,7 +887,7 @@ to 'auto, tags may not be properly aligned. "
 ;;;;; 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-hl-line-face ((,class (:inherit hl-line :background ,bg1))))
      `(solaire-org-hide-face ((,class (:inherit org-hide :background ,bg2))))
 
 ;;;;; spaceline



reply via email to

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