commit 0cdd29a14465b32a469fd380e7a4cddb85d30788
parent c0946efd81409828b69320ba0b626d1dc5740257
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Date: Sun, 29 Mar 2026 18:55:36 +0300
Add missing corfu extension and consult faces
Diffstat:
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/solarized-faces.el b/solarized-faces.el
@@ -440,18 +440,28 @@
`(corfu-border ((,class (:background ,base02))))
`(corfu-annotations ((,class (:foreground ,base01))))
`(corfu-deprecated ((,class (:foreground ,base01 :strike-through t))))
+ `(corfu-echo ((,class (:foreground ,base01))))
+ `(corfu-popupinfo ((,class (:foreground ,base0 :background ,base02))))
+ `(corfu-quick1 ((,class (:foreground ,magenta :weight bold))))
+ `(corfu-quick2 ((,class (:foreground ,cyan :weight bold))))
+ `(corfu-indexed ((,class (:foreground ,base01 :height 0.75))))
;;;;; consult
`(consult-preview-insertion ((,class (:background ,base02))))
`(consult-preview-line ((,class (:background ,base02))))
+ `(consult-preview-match ((,class (:inherit match))))
`(consult-file ((,class (:foreground ,blue))))
`(consult-bookmark ((,class (:foreground ,cyan))))
`(consult-buffer ((,class (:foreground ,base0))))
`(consult-line-number ((,class (:foreground ,base01))))
+ `(consult-line-number-prefix ((,class (:foreground ,base01))))
+ `(consult-line-number-wrapped ((,class (:foreground ,orange :weight bold))))
`(consult-grep-context ((,class (:foreground ,base01))))
`(consult-highlight-match ((,class (:foreground ,magenta :weight bold))))
+ `(consult-highlight-mark ((,class (:foreground ,magenta :weight bold))))
`(consult-async-running ((,class (:foreground ,yellow))))
`(consult-async-finished ((,class (:foreground ,green))))
`(consult-async-failed ((,class (:foreground ,red))))
+ `(consult-async-split ((,class (:foreground ,magenta))))
`(consult-key ((,class (:foreground ,green))))
`(consult-narrow-indicator ((,class (:foreground ,cyan))))
;;;;; cperl-mode