diff --git a/iosis-theme.el b/iosis-theme.el index febacff..527362c 100644 --- a/iosis-theme.el +++ b/iosis-theme.el @@ -229,7 +229,7 @@ ;;; Corfu `(corfu-default ((t (:inherit company-tooltip)))) `(corfu-current ((t (:inherit company-tooltip-common)))) - `(corfu-border ((t (:background ,accent-one-saturated)))) + `(corfu-border ((t (:background ,fg-main)))) `(corfu-bar ((t (:background ,(darken fg-main 0.2))))) ;;; HL-todo diff --git a/leucosis-theme.el b/leucosis-theme.el index 18f9018..297ea41 100644 --- a/leucosis-theme.el +++ b/leucosis-theme.el @@ -229,7 +229,7 @@ ;;; Corfu `(corfu-default ((t (:inherit company-tooltip)))) `(corfu-current ((t (:inherit company-tooltip-common)))) - `(corfu-border ((t (:background ,accent-one-saturated)))) + `(corfu-border ((t (:background ,fg-main)))) `(corfu-bar ((t (:background ,accent-one)))) ;;; HL-todo diff --git a/melanosis-theme.el b/melanosis-theme.el index a3a7dca..85c7ac0 100644 --- a/melanosis-theme.el +++ b/melanosis-theme.el @@ -229,7 +229,7 @@ ;;; Corfu `(corfu-default ((t (:inherit company-tooltip)))) `(corfu-current ((t (:inherit company-tooltip-common)))) - `(corfu-border ((t (:background ,accent-one-saturated)))) + `(corfu-border ((t (:background ,fg-main)))) `(corfu-bar ((t (:background ,(lighten bg-main 1.5))))) ;;; HL-todo diff --git a/xanthosis-theme.el b/xanthosis-theme.el index f0ad982..dca65c4 100644 --- a/xanthosis-theme.el +++ b/xanthosis-theme.el @@ -229,7 +229,7 @@ ;;; Corfu `(corfu-default ((t (:inherit company-tooltip)))) `(corfu-current ((t (:inherit company-tooltip-common)))) - `(corfu-border ((t (:background ,accent-one-saturated)))) + `(corfu-border ((t (:background ,fg-main)))) `(corfu-bar ((t (:background ,accent-one)))) ;;; HL-todo