diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2022-04-19 13:44:33 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2022-04-19 13:47:14 +0200 |
| commit | 821bed082fc53c2eca7ab2bd20effb81694feffc (patch) | |
| tree | 118c21a22d61daaa148c49b41b4da3918056aaa2 | |
| parent | 193233fb54287a72ae9b825e0dc8cde4d88135cf (diff) | |
corfu-quick: Follow upstream changes of @protesilaos' modus-themes
| -rw-r--r-- | extensions/corfu-quick.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/corfu-quick.el b/extensions/corfu-quick.el index 77be057..8377ac7 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) |
