diff options
| -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) |
