branch: elpa/focus
commit b30ead247d67ef21807179ccfaacd3f90f6a77e1
Author: larstvei <larst...@ifi.uio.no>
Commit: larstvei <larst...@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