branch: externals/vertico
commit 707e515dd7d5470d4e68b4cad14de579a218e7cc
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
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)