branch: elpa/solarized-theme commit 07a681fff27ff22d268b726b05576ef93fc4e615 Author: Ruslan Kamashev <rynff...@gmail.com> Commit: GitHub <nore...@github.com>
Add corfu face (#442) Add corfu face --- solarized-faces.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/solarized-faces.el b/solarized-faces.el index e5f6be95b7..7d834f9a0e 100644 --- a/solarized-faces.el +++ b/solarized-faces.el @@ -433,6 +433,11 @@ `(company-tooltip-search ((,class (:foreground ,magenta)))) `(company-tooltip-search-selection ((,class (:foreground ,magenta :weight bold)))) `(company-tooltip-selection ((,class (:weight bold)))) +;;;;; corfu + `(corfu-default ((,class (:foreground ,base1 :background ,base02)))) + `(corfu-current ((,class (:inherit corfu-default :weight bold :inverse-video t)))) + `(corfu-bar ((,class (:background ,base0)))) + `(corfu-border ((,class (:background ,base02)))) ;;;;; consult `(consult-preview-insertion ((,class (:background ,base02)))) `(consult-preview-line ((,class (:background ,base02))))