corfu support
This commit is contained in:
parent
9dd1053a1b
commit
22ea42f3d7
5 changed files with 28 additions and 3 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue