update the correct face
This commit is contained in:
parent
6ac8938e8c
commit
afdb957c0f
4 changed files with 8 additions and 8 deletions
|
@ -229,8 +229,8 @@
|
||||||
;;; Corfu
|
;;; Corfu
|
||||||
`(corfu-default ((t (:inherit company-tooltip))))
|
`(corfu-default ((t (:inherit company-tooltip))))
|
||||||
`(corfu-current ((t (:inherit company-tooltip-common))))
|
`(corfu-current ((t (:inherit company-tooltip-common))))
|
||||||
`(corfu-border ((t (:background ,fg-main))))
|
`(corfu-border ((t (:background ,accent-one-saturated))))
|
||||||
`(corfu-bar ((t (:background ,(darken fg-main 0.2)))))
|
`(corfu-bar ((t (:background ,fg-main))))
|
||||||
|
|
||||||
;;; HL-todo
|
;;; HL-todo
|
||||||
`(hl-todo ((t (:inherit default :background ,(lighten accent-four-desaturated 0.2) :foreground ,(darken fg-main 0.3)))))
|
`(hl-todo ((t (:inherit default :background ,(lighten accent-four-desaturated 0.2) :foreground ,(darken fg-main 0.3)))))
|
||||||
|
|
|
@ -229,8 +229,8 @@
|
||||||
;;; Corfu
|
;;; Corfu
|
||||||
`(corfu-default ((t (:inherit company-tooltip))))
|
`(corfu-default ((t (:inherit company-tooltip))))
|
||||||
`(corfu-current ((t (:inherit company-tooltip-common))))
|
`(corfu-current ((t (:inherit company-tooltip-common))))
|
||||||
`(corfu-border ((t (:background ,fg-main))))
|
`(corfu-border ((t (:background ,accent-one-saturated))))
|
||||||
`(corfu-bar ((t (:background ,accent-one))))
|
`(corfu-bar ((t (:background ,fg-main))))
|
||||||
|
|
||||||
;;; HL-todo
|
;;; HL-todo
|
||||||
`(hl-todo ((t (:inherit default :background ,(darken accent-one 0.2) :foreground ,bg-main))))
|
`(hl-todo ((t (:inherit default :background ,(darken accent-one 0.2) :foreground ,bg-main))))
|
||||||
|
|
|
@ -229,8 +229,8 @@
|
||||||
;;; Corfu
|
;;; Corfu
|
||||||
`(corfu-default ((t (:inherit company-tooltip))))
|
`(corfu-default ((t (:inherit company-tooltip))))
|
||||||
`(corfu-current ((t (:inherit company-tooltip-common))))
|
`(corfu-current ((t (:inherit company-tooltip-common))))
|
||||||
`(corfu-border ((t (:background ,fg-main))))
|
`(corfu-border ((t (:background ,accent-one-saturated))))
|
||||||
`(corfu-bar ((t (:background ,(lighten bg-main 1.5)))))
|
`(corfu-bar ((t (:background ,fg-main))))
|
||||||
|
|
||||||
;;; HL-todo
|
;;; HL-todo
|
||||||
`(hl-todo ((t (:inherit default :background ,(lighten accent-four-desaturated 0.2) :foreground ,(darken fg-main 0.3)))))
|
`(hl-todo ((t (:inherit default :background ,(lighten accent-four-desaturated 0.2) :foreground ,(darken fg-main 0.3)))))
|
||||||
|
|
|
@ -229,8 +229,8 @@
|
||||||
;;; Corfu
|
;;; Corfu
|
||||||
`(corfu-default ((t (:inherit company-tooltip))))
|
`(corfu-default ((t (:inherit company-tooltip))))
|
||||||
`(corfu-current ((t (:inherit company-tooltip-common))))
|
`(corfu-current ((t (:inherit company-tooltip-common))))
|
||||||
`(corfu-border ((t (:background ,fg-main))))
|
`(corfu-border ((t (:background ,accent-one-saturated))))
|
||||||
`(corfu-bar ((t (:background ,accent-one))))
|
`(corfu-bar ((t (:background ,fg-main))))
|
||||||
|
|
||||||
;;; HL-todo
|
;;; HL-todo
|
||||||
`(hl-todo ((t (:inherit default :background ,(lighten accent-four-desaturated 0.2) :foreground ,(darken fg-main 0.3)))))
|
`(hl-todo ((t (:inherit default :background ,(lighten accent-four-desaturated 0.2) :foreground ,(darken fg-main 0.3)))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue