emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/auto-dim-other-buffers 4cc1e1bb08 55/82: Add version of th


From: ELPA Syncer
Subject: [nongnu] elpa/auto-dim-other-buffers 4cc1e1bb08 55/82: Add version of the dim face for light background
Date: Mon, 12 Dec 2022 20:58:43 -0500 (EST)

branch: elpa/auto-dim-other-buffers
commit 4cc1e1bb088b272043a2a567ce91a0f4365f290b
Author: Michal Nazarewicz <mina86@mina86.com>
Commit: Michal Nazarewicz <mina86@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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]