Skip to content

Commit

Permalink
Add corfu face (#442)
Browse files Browse the repository at this point in the history
Add corfu face
  • Loading branch information
rynffoll authored Aug 16, 2023
1 parent 1005424 commit 07a681f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions solarized-faces.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))))
Expand Down

0 comments on commit 07a681f

Please sign in to comment.