8000 Add corfu face (#442) · bbatsov/solarized-emacs@07a681f · GitHub
[go: up one dir, main page]

Skip to content

Commit 07a681f

Browse files
authored
Add corfu face (#442)
Add corfu face
1 parent 1005424 commit 07a681f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

solarized-faces.el

+5
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,11 @@
433433
`(company-tooltip-search ((,class (:foreground ,magenta))))
434434
`(company-tooltip-search-selection ((,class (:foreground ,magenta :weight bold))))
435435
`(company-tooltip-selection ((,class (:weight bold))))
436+
;;;;; corfu
437+
`(corfu-default ((,class (:foreground ,base1 :background ,base02))))
438+
`(corfu-current ((,class (:inherit corfu-default :weight bold :inverse-video t))))
439+
`(corfu-bar ((,class (:background ,base0))))
440+
`(corfu-border ((,class (:background ,base02))))
436441
;;;;; consult
437442
`(consult-preview-insertion ((,class (:background ,base02))))
438443
`(consult-preview-line ((,class (:background ,base02))))

0 commit comments

Comments
 (0)
0