corfu support

This commit is contained in:
BirDt_ 2025-08-16 22:54:32 +08:00
parent 9dd1053a1b
commit 22ea42f3d7
5 changed files with 28 additions and 3 deletions

View file

@ -225,6 +225,12 @@
;;; Company Mode
`(company-tooltip ((t (:inherit fixed-pitch :background ,accent-one :foreground ,bg-main))))
`(company-tooltip-common ((t (:foreground ,(darken accent-four 0.2)))))
;;; Corfu
`(corfu-default ((t (:inherit company-tooltip))))
`(corfu-current ((t (:inherit company-tooltip-common))))
`(corfu-border ((t (:background ,accent-one-saturated))))
`(corfu-bar ((t (:background ,accent-one))))
;;; HL-todo
`(hl-todo ((t (:inherit default :background ,(darken accent-one 0.2) :foreground ,bg-main))))