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

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

[elpa] externals/corfu 821bed082f: corfu-quick: Follow upstream changes


From: ELPA Syncer
Subject: [elpa] externals/corfu 821bed082f: corfu-quick: Follow upstream changes of @protesilaos' modus-themes
Date: Tue, 19 Apr 2022 07:57:27 -0400 (EDT)

branch: externals/corfu
commit 821bed082fc53c2eca7ab2bd20effb81694feffc
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

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

diff --git a/extensions/corfu-quick.el b/extensions/corfu-quick.el
index 77be057602..8377ac7cd3 100644
--- a/extensions/corfu-quick.el
+++ b/extensions/corfu-quick.el
@@ -52,9 +52,9 @@
 
 (defface corfu-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 'corfu-faces)



reply via email to

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