diff --git a/iosis-theme.el b/iosis-theme.el index 527362c..e99ddcc 100644 --- a/iosis-theme.el +++ b/iosis-theme.el @@ -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))))) diff --git a/leucosis-theme.el b/leucosis-theme.el index 297ea41..6c7810f 100644 --- a/leucosis-theme.el +++ b/leucosis-theme.el @@ -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)))) diff --git a/melanosis-theme.el b/melanosis-theme.el index 85c7ac0..b1eae88 100644 --- a/melanosis-theme.el +++ b/melanosis-theme.el @@ -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))))) diff --git a/xanthosis-theme.el b/xanthosis-theme.el index dca65c4..f65ff79 100644 --- a/xanthosis-theme.el +++ b/xanthosis-theme.el @@ -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)))))