From b30ead247d67ef21807179ccfaacd3f90f6a77e1 Mon Sep 17 00:00:00 2001 From: larstvei Date: Sat, 10 Sep 2022 14:07:31 +0200 Subject: [PATCH] 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 48cb008..0ff2bb2 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)