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

@ -226,7 +226,13 @@
`(company-tooltip ((t (:inherit fixed-pitch :background ,(darken accent-one 0.5) :foreground ,fg-main))))
`(company-tooltip-common ((t (:foreground ,(lighten accent-three 0.2)))))
;;; HL-todo
;;; 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 ,(lighten bg-main 1.5)))))
;;; HL-todo
`(hl-todo ((t (:inherit default :background ,(lighten accent-four-desaturated 0.2) :foreground ,(darken fg-main 0.3)))))
)