From afdb957c0f443d32327b476f70f27fb70eda42d6 Mon Sep 17 00:00:00 2001 From: BirDt_ Date: Sat, 16 Aug 2025 22:58:39 +0800 Subject: [PATCH] update the correct face --- iosis-theme.el | 4 ++-- leucosis-theme.el | 4 ++-- melanosis-theme.el | 4 ++-- xanthosis-theme.el | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) 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)))))