branch: externals/modus-themes
commit 61b5e30bb82697f138318ddef4abef36d158afb2
Merge: a69a3c80b60 b3bd04aca55
Author: Protesilaos <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #227 from yutayamamoto/fix-auto-dim-face-names
Update auto-dim-other-buffers faces to their new names
---
modus-themes.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modus-themes.el b/modus-themes.el
index 4d842bd12e7..f30da775a6b 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -4675,8 +4675,8 @@ If COLOR is unspecified, then return :box unspecified."
`(TeX-error-description-tex-said ((,c :foreground ,info)))
`(TeX-error-description-warning ((,c :foreground ,warning)))
;;;;; auto-dim-other-buffers
- `(auto-dim-other-buffers-face ((,c :background ,bg-inactive)))
- `(auto-dim-other-buffers-hide-face ((,c :foreground ,bg-inactive
:background ,bg-inactive)))
+ `(auto-dim-other-buffers ((,c :background ,bg-inactive)))
+ `(auto-dim-other-buffers-hide ((,c :foreground ,bg-inactive :background
,bg-inactive)))
;;;;; avy
`(avy-background-face ((,c :background ,bg-dim :foreground ,fg-dim :extend
t)))
`(avy-goto-char-timer-face ((,c :inherit (bold modus-themes-reset-soft)
:background ,bg-search-lazy :foreground ,fg-search-lazy)))