branch: externals/spacious-padding
commit b84b9674a609cf4f7606d1e30c1e627d7c90caa3
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Remove background from display-line-numbers-mode
    
    This is the same ideas as what we do with the 'fringe' face when
    'spacious-padding-mode' is enabled.
---
 spacious-padding.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/spacious-padding.el b/spacious-padding.el
index d178b6a461..7b3653ee03 100644
--- a/spacious-padding.el
+++ b/spacious-padding.el
@@ -126,6 +126,7 @@ following:
         (fg-main (face-foreground 'default)))
     (custom-set-faces
      `(fringe ((t :background ,bg-main)))
+     `(line-number ((t :background ,bg-main)))
      `(header-line ((t ,@(spacious-padding-set-face-box-padding 'header-line 
'default))))
      `(header-line-highlight ((t :box (:color ,fg-main))))
      `(mode-line ((t ,@(spacious-padding-set-face-box-padding 'mode-line 
'default))))
@@ -143,6 +144,7 @@ following:
   "Make window dividers for THEME invisible."
   (custom-set-faces
    '(fringe (( )))
+   '(line-number (( )))
    '(header-line (( )))
    '(header-line-highlight (( )))
    '(mode-line (( )))

Reply via email to