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

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

[nongnu] elpa/spacemacs-theme 1b5a6205f3 167/336: Change fringe backgrou


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 1b5a6205f3 167/336: Change fringe background to match linum-mode
Date: Fri, 14 Jan 2022 10:59:30 -0500 (EST)

branch: elpa/spacemacs-theme
commit 1b5a6205f39c070cbb93902acabce89b92311ef9
Author: Kaleb Elwert <belak@coded.io>
Commit: Kaleb Elwert <belak@coded.io>

    Change fringe background to match linum-mode
---
 spacemacs-common.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index c75243654c..fada566b52 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -159,7 +159,7 @@
      `(font-lock-type-face ((,class (:foreground ,type :inherit bold))))
      `(font-lock-variable-name-face ((,class (:foreground ,var))))
      `(font-lock-warning-face ((,class (:foreground ,war :background ,bg1))))
-     `(fringe ((,class (:background ,bg1 :foreground ,base))))
+     `(fringe ((,class (:background ,bg2 :foreground ,base))))
      `(highlight ((,class (:foreground ,base :background ,highlight))))
      `(hl-line ((,class (:background ,bg2))))
      `(isearch ((,class (:foreground ,bg1 :background ,mat))))



reply via email to

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