branch: externals/vertico
commit fef56a0c7fe571c28ad102b54b26e07ebbbd5e82
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    vertico-group-separator: Inherit from vertico-group-title
---
 vertico.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vertico.el b/vertico.el
index 58592073d9..a8353b2b0e 100644
--- a/vertico.el
+++ b/vertico.el
@@ -117,7 +117,7 @@ The value should lie between 0 and vertico-count/2."
 (defface vertico-group-title '((t :inherit shadow :slant italic))
   "Face used for the title text of the candidate group headlines.")
 
-(defface vertico-group-separator '((t :inherit shadow :strike-through t))
+(defface vertico-group-separator '((t :inherit vertico-group-title 
:strike-through t))
   "Face used for the separator lines of the candidate groups.")
 
 (defface vertico-current '((t :inherit highlight :extend t))

Reply via email to