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

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

[elpa] externals/vertico-posframe b3efe73 2/2: * vertico-posframe.el (ve


From: ELPA Syncer
Subject: [elpa] externals/vertico-posframe b3efe73 2/2: * vertico-posframe.el (vertico-posframe-cursor): Improve.
Date: Fri, 29 Oct 2021 01:57:35 -0400 (EDT)

branch: externals/vertico-posframe
commit b3efe73324995557b2590fc8b17e77a9630d998d
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    * vertico-posframe.el (vertico-posframe-cursor): Improve.
---
 vertico-posframe.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/vertico-posframe.el b/vertico-posframe.el
index 988bccb..4770ed5 100644
--- a/vertico-posframe.el
+++ b/vertico-posframe.el
@@ -118,7 +118,10 @@ When 0, no border is showed."
   :group 'vertico-posframe)
 
 (defface vertico-posframe-cursor
-  '((t (:inherit cursor)))
+  '((((class color) (background light))
+     :foreground "white" :background "black" :inherit cursor)
+    (((class color) (background dark))
+     :foreground "black" :background "white" :inherit cursor))
   "Face used by the vertico-posframe's fake cursor."
   :group 'vertico-posframe)
 



reply via email to

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