commit 07a681fff27ff22d268b726b05576ef93fc4e615
parent 100542418b19859f9828114eeaed2be1071367bb
Author: Ruslan Kamashev <rynffoll@gmail.com>
Date: Wed, 16 Aug 2023 21:32:58 +0400
Add corfu face (#442)
Add corfu face
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git 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))))