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

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

[nongnu] elpa/focus b30ead247d 2/2: Let `focus-unfocused` inherit from s


From: ELPA Syncer
Subject: [nongnu] elpa/focus b30ead247d 2/2: Let `focus-unfocused` inherit from shadow by default
Date: Sat, 10 Sep 2022 08:58:45 -0400 (EDT)

branch: elpa/focus
commit b30ead247d67ef21807179ccfaacd3f90f6a77e1
Author: larstvei <larstvei@ifi.uio.no>
Commit: larstvei <larstvei@ifi.uio.no>

    Let `focus-unfocused` inherit from shadow by default
    
    Addresses #27.
---
 focus.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/focus.el b/focus.el
index 48cb008dda..0ff2bb2a87 100644
--- a/focus.el
+++ b/focus.el
@@ -62,7 +62,7 @@ Things that are defined include `symbol', `list', `sexp',
   :group 'focus)
 
 (defface focus-unfocused
-  '((t :inherit font-lock-comment-face))
+  '((t :inherit shadow))
   "The face that overlays the unfocused area."
   :group 'focus)
 



reply via email to

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