branch: externals/ef-themes commit 0f4f5456d2e384363b9c49e7070aa90186fd5e68 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for auto-dim-other-buffers --- README.org | 1 + ef-themes.el | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.org b/README.org index 37ec103c8f..16e12aab22 100644 --- a/README.org +++ b/README.org @@ -891,6 +891,7 @@ everything most users need. - all-the-icons-ibuffer - ansi-color - auctex +- auto-dim-other-buffers [Part of {{{development-version}}}.] - bongo - bookmark - calendar and diary diff --git a/ef-themes.el b/ef-themes.el index 2ad890454a..83d580dc41 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -709,6 +709,8 @@ Helper function for `ef-themes-preview-colors'." `(TeX-error-description-help ((,c :inherit success))) `(TeX-error-description-tex-said ((,c :inherit success))) `(TeX-error-description-warning ((,c :inherit warning))) +;;;; auto-dim-other-buffers + `(auto-dim-other-buffers-face ((,c :background ,bg-inactive))) ;;;; bongo `(bongo-album-title (( ))) `(bongo-artist ((,c :foreground ,rainbow-0)))