Support auto-dim-other-buffers-hide-face

This commit is contained in:
Protesilaos Stavrou 2024-12-28 12:50:02 +02:00
parent d79e658660
commit d807e1f013
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -1850,6 +1850,7 @@ FG and BG are the main colors."
`(TeX-error-description-warning ((,c :inherit 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)))
;;;;; avy
`(avy-background-face ((,c :background ,bg-dim :foreground ,fg-dim :extend t)))
`(avy-goto-char-timer-face ((,c :inherit bold :background ,bg-active)))