Let focus-unfocused inherit from shadow by default

Addresses #27.
This commit is contained in:
larstvei 2022-09-10 14:07:31 +02:00
parent 2086fee8fc
commit b30ead247d

View File

@ -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)