Add auto-dim-other-buffers

This commit is contained in:
Greg Pfeil 2023-02-09 00:03:51 -07:00
parent 1b7734ae1f
commit 578ecd6493
No known key found for this signature in database
GPG Key ID: 1193ACD196ED61F2
1 changed files with 3 additions and 0 deletions

View File

@ -508,6 +508,9 @@ Inspired by `org-combine-plists'."
(alert-normal (,@fg-green))
(alert-low (,@fg-blue))
(alert-trivial (,@fg-violet))
;; auto-dim-other-buffers
(auto-dim-other-buffers-face (,@bg-base02)) ; match fringe
(auto-dim-other-buffers-hide-face (,@fg-base02))
;; col-highlight -- Highlight the current column.
;; http://www.emacswiki.org/emacs/col-highlight.el
(col-highlight (,@bg-base02))