branch: externals/vertico commit 669d8972a88f7bb3c52ccff2cf2de1ce2a73c814 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
vertico-quick: Adjust faces --- 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 1628fc25f9..e181db0aa9 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 "#203448" :weight bold :foreground "#c6eaff") + :background "#0050af" :foreground "white" :inherit bold) (((class color) (min-colors 88) (background light)) - :background "#dde3f4" :weight bold :foreground "#093060") - (t :background "blue" :foreground "white")) + :background "#7feaff" :foreground "black" :inherit bold) + (t :background "blue" :foreground "white" :inherit bold)) "Face used for the first quick key." :group 'vertico-faces) (defface vertico-quick2 '((((class color) (min-colors 88) (background dark)) - :background "#71206a" :weight bold :foreground "#ffcaf0") + :background "#7f1f7f" :foreground "white" :inherit bold) (((class color) (min-colors 88) (background light)) - :background "#ffccff" :weight bold :foreground "#770077") - (t :background "magenta" :foreground "white")) + :background "#ffaaff" :foreground "black" :inherit bold) + (t :background "magenta" :foreground "white" :inherit bold)) "Face used for the second quick key." :group 'vertico-faces)