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

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

[elpa] externals/spacious-padding 06c3f0eef2 1/3: Remove foreground over


From: ELPA Syncer
Subject: [elpa] externals/spacious-padding 06c3f0eef2 1/3: Remove foreground override for 'fringe' face
Date: Tue, 6 Jun 2023 15:59:41 -0400 (EDT)

branch: externals/spacious-padding
commit 06c3f0eef2e263f85303262338326482e3040980
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Remove foreground override for 'fringe' face
    
    We do not need to affect that colour to produce the "spacious padding"
    effect.  Keeping the original colour in place allows Emacs to render
    continuation lines properly.
    
    Thanks to Dima for reporting the problem in issue 1 on the GitHub
    mirror: <https://github.com/protesilaos/spacious-padding/issues/1>.
---
 spacious-padding.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spacious-padding.el b/spacious-padding.el
index 38bce7a767..2463f793fc 100644
--- a/spacious-padding.el
+++ b/spacious-padding.el
@@ -67,7 +67,7 @@
   "Make window dividers for THEME invisible."
   (let ((bg (face-background 'default)))
     (custom-set-faces
-     `(fringe ((t :background ,bg :foreground ,bg)))
+     `(fringe ((t :background ,bg)))
      `(window-divider ((t :background ,bg :foreground ,bg)))
      `(window-divider-first-pixel ((t :background ,bg :foreground ,bg)))
      `(window-divider-last-pixel ((t :background ,bg :foreground ,bg))))))



reply via email to

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