From 257db66b641eadd327a91b73844d58b40d80088d Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Fri, 30 Dec 2022 12:34:55 +0200 Subject: [PATCH] Remove deprecated face from avy --- modus-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modus-themes.el b/modus-themes.el index abd4bc9..101d467 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -1698,7 +1698,7 @@ is a less intense variant of BG." `(auto-dim-other-buffers-face ((,c :background ,bg-inactive))) ;;;;; avy `(avy-background-face ((,c :background ,bg-dim :foreground ,fg-dim :extend t))) - `(avy-goto-char-timer-face ((,c :inherit (modus-themes-intense-neutral bold)))) + `(avy-goto-char-timer-face ((,c :inherit bold :background ,bg-active))) `(avy-lead-face ((,c :inherit (bold modus-themes-reset-soft) :background ,bg-char-0))) `(avy-lead-face-0 ((,c :inherit (bold modus-themes-reset-soft) :background ,bg-char-1))) `(avy-lead-face-1 ((,c :inherit modus-themes-reset-soft :background ,bg-inactive)))