mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
Inherit from vertico-current instead of font-lock-keyword-face
This commit is contained in:
parent
6595ac6424
commit
9ea0896db5
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@
|
|||
(eq major-mode symbol)
|
||||
(eval symbol)))))
|
||||
|
||||
(defface vertico-current-mode-enabled `((t (:background "gray25" :extend t :inherit font-lock-keyword-face))) nil)
|
||||
(defface vertico-current-mode-enabled `((t (:foreground "cyan" :extend t :inherit vertico-current))) nil)
|
||||
|
||||
(defun my/highlight-active-mode (orig cand prefix suffix index _start)
|
||||
(let ((res (funcall orig cand prefix suffix index _start)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue