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

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

[nongnu] elpa/alect-themes 0ff702e 130/269: Improve `alect-selected-item


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 0ff702e 130/269: Improve `alect-selected-item' face
Date: Thu, 21 Oct 2021 17:59:04 -0400 (EDT)

branch: elpa/alect-themes
commit 0ff702ef7c74217e5f3698a7fcbe1f6d1e7c742f
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Improve `alect-selected-item' face
    
    Make box line-width "-1" to prevent it from shifting the neighbouring
    text.
---
 alect-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alect-themes.el b/alect-themes.el
index ea456e5..d9d69fc 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -364,7 +364,7 @@ For INVERT, see `alect-get-color'."
          (alect-prompt         ((,c :foreground ,(gc 'magenta-1) :weight 
bold)))
          (alect-time           ((,c :foreground ,(gc 'cyan-2))))
          (alect-selected-item  ((,c :background ,(gc 'bg)
-                                    :box (:line-width 1
+                                    :box (:line-width -1
                                           :color ,(gc 'fg+1)
                                           :style nil))))
          (alect-color-level-1  ((,c :foreground ,(gc 'blue+1))))



reply via email to

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