branch: externals/vertico commit b6e021cd550fea59b77127959cec01d981fbd324 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
vertico-quick: Update faces according to Modus --- extensions/vertico-quick.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/extensions/vertico-quick.el b/extensions/vertico-quick.el index a430de806c..9a8ea01b01 100644 --- a/extensions/vertico-quick.el +++ b/extensions/vertico-quick.el @@ -39,19 +39,19 @@ (defface vertico-quick1 '((((class color) (min-colors 88) (background dark)) - :background "#7042a2" :weight bold :foreground "white") + :background "#2a40b8" :weight bold :foreground "white") (((class color) (min-colors 88) (background light)) - :weight bold :background "#d5baff" :foreground "black") - (t :background "magenta" :foreground "white")) + :background "#77baff" :weight bold :foreground "black") + (t :background "blue" :foreground "white")) "Face used for the first quick key." :group 'vertico-faces) (defface vertico-quick2 '((((class color) (min-colors 88) (background dark)) - :background "#004065" :weight bold :foreground "white") + :background "#71206a" :weight bold :foreground "#ffcaf0") (((class color) (min-colors 88) (background light)) - :weight bold :background "#8ae4f2" :foreground "black") - (t :background "blue" :foreground "white")) + :background "#ffccff" :weight bold :foreground "#770077") + (t :background "magenta" :foreground "white")) "Face used for the second quick key." :group 'vertico-faces)