branch: elpa/alect-themes
commit 0ff702ef7c74217e5f3698a7fcbe1f6d1e7c742f
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
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))))