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

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

[elpa] externals/vertico 707e515dd7: vertico-quick: Follow upstream chan


From: ELPA Syncer
Subject: [elpa] externals/vertico 707e515dd7: vertico-quick: Follow upstream changes of @protesilaos' modus-themes
Date: Tue, 19 Apr 2022 07:58:01 -0400 (EDT)

branch: externals/vertico
commit 707e515dd7d5470d4e68b4cad14de579a218e7cc
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    vertico-quick: Follow upstream changes of @protesilaos' modus-themes
---
 extensions/vertico-quick.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/extensions/vertico-quick.el b/extensions/vertico-quick.el
index 621b4d33ba..1628fc25f9 100644
--- a/extensions/vertico-quick.el
+++ b/extensions/vertico-quick.el
@@ -39,9 +39,9 @@
 
 (defface vertico-quick1
   '((((class color) (min-colors 88) (background dark))
-     :background "#2a40b8" :weight bold :foreground "white")
+     :background "#203448" :weight bold :foreground "#c6eaff")
     (((class color) (min-colors 88) (background light))
-     :background "#77baff" :weight bold :foreground "black")
+     :background "#dde3f4" :weight bold :foreground "#093060")
     (t :background "blue" :foreground "white"))
   "Face used for the first quick key."
   :group 'vertico-faces)



reply via email to

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