branch: elpa/auto-dim-other-buffers commit 4cc1e1bb088b272043a2a567ce91a0f4365f290b Author: Michal Nazarewicz <min...@mina86.com> Commit: Michal Nazarewicz <min...@mina86.com>
Add version of the dim face for light background --- auto-dim-other-buffers.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/auto-dim-other-buffers.el b/auto-dim-other-buffers.el index e42bed2a5f..3c864c1002 100644 --- a/auto-dim-other-buffers.el +++ b/auto-dim-other-buffers.el @@ -54,7 +54,8 @@ ;;; Code: -(defface auto-dim-other-buffers-face '((t :background "black")) +(defface auto-dim-other-buffers-face + '((((background light)) :background "#eff") (t :background "#122")) "Face (presumably dimmed somehow) for non-current buffers." :group 'auto-dim-other-buffers)