update the correct face

This commit is contained in:
BirDt_ 2025-08-16 22:58:39 +08:00
parent 6ac8938e8c
commit afdb957c0f
4 changed files with 8 additions and 8 deletions

View file

@ -229,8 +229,8 @@
;;; Corfu
`(corfu-default ((t (:inherit company-tooltip))))
`(corfu-current ((t (:inherit company-tooltip-common))))
`(corfu-border ((t (:background ,fg-main))))
`(corfu-bar ((t (:background ,(darken fg-main 0.2)))))
`(corfu-border ((t (:background ,accent-one-saturated))))
`(corfu-bar ((t (:background ,fg-main))))
;;; HL-todo
`(hl-todo ((t (:inherit default :background ,(lighten accent-four-desaturated 0.2) :foreground ,(darken fg-main 0.3)))))

View file

@ -229,8 +229,8 @@
;;; Corfu
`(corfu-default ((t (:inherit company-tooltip))))
`(corfu-current ((t (:inherit company-tooltip-common))))
`(corfu-border ((t (:background ,fg-main))))
`(corfu-bar ((t (:background ,accent-one))))
`(corfu-border ((t (:background ,accent-one-saturated))))
`(corfu-bar ((t (:background ,fg-main))))
;;; HL-todo
`(hl-todo ((t (:inherit default :background ,(darken accent-one 0.2) :foreground ,bg-main))))

View file

@ -229,8 +229,8 @@
;;; Corfu
`(corfu-default ((t (:inherit company-tooltip))))
`(corfu-current ((t (:inherit company-tooltip-common))))
`(corfu-border ((t (:background ,fg-main))))
`(corfu-bar ((t (:background ,(lighten bg-main 1.5)))))
`(corfu-border ((t (:background ,accent-one-saturated))))
`(corfu-bar ((t (:background ,fg-main))))
;;; HL-todo
`(hl-todo ((t (:inherit default :background ,(lighten accent-four-desaturated 0.2) :foreground ,(darken fg-main 0.3)))))

View file

@ -229,8 +229,8 @@
;;; Corfu
`(corfu-default ((t (:inherit company-tooltip))))
`(corfu-current ((t (:inherit company-tooltip-common))))
`(corfu-border ((t (:background ,fg-main))))
`(corfu-bar ((t (:background ,accent-one))))
`(corfu-border ((t (:background ,accent-one-saturated))))
`(corfu-bar ((t (:background ,fg-main))))
;;; HL-todo
`(hl-todo ((t (:inherit default :background ,(lighten accent-four-desaturated 0.2) :foreground ,(darken fg-main 0.3)))))