Merge pull request #227 from yutayamamoto/fix-auto-dim-face-names

Update auto-dim-other-buffers faces to their new names
This commit is contained in:
Protesilaos 2026-07-12 12:19:05 +03:00 committed by GitHub
commit 61b5e30bb8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4675,8 +4675,8 @@ If COLOR is unspecified, then return :box unspecified."
`(TeX-error-description-tex-said ((,c :foreground ,info))) `(TeX-error-description-tex-said ((,c :foreground ,info)))
`(TeX-error-description-warning ((,c :foreground ,warning))) `(TeX-error-description-warning ((,c :foreground ,warning)))
;;;;; auto-dim-other-buffers ;;;;; auto-dim-other-buffers
`(auto-dim-other-buffers-face ((,c :background ,bg-inactive))) `(auto-dim-other-buffers ((,c :background ,bg-inactive)))
`(auto-dim-other-buffers-hide-face ((,c :foreground ,bg-inactive :background ,bg-inactive))) `(auto-dim-other-buffers-hide ((,c :foreground ,bg-inactive :background ,bg-inactive)))
;;;;; avy ;;;;; avy
`(avy-background-face ((,c :background ,bg-dim :foreground ,fg-dim :extend t))) `(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))) `(avy-goto-char-timer-face ((,c :inherit (bold modus-themes-reset-soft) :background ,bg-search-lazy :foreground ,fg-search-lazy)))