branch: externals/ef-themes commit 31c8d4a3c1c6ce9e6ab6be8c99ce4f2364965d58 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Cover the child-frame-border (Emacs 28) --- ef-themes.el | 1 + 1 file changed, 1 insertion(+) diff --git a/ef-themes.el b/ef-themes.el index 90bb7fc206..32f944a75b 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -539,6 +539,7 @@ Helper function for `ef-themes-preview-colors'." `(vertical-border ((,c :foreground ,border))) ;;;;; all other basic faces `(button ((,c :foreground ,link :underline ,border))) + `(child-frame-border ((,c :background ,border))) `(comint-highlight-input ((,c :inherit bold))) `(comint-highlight-prompt ((,c :inherit minibuffer-prompt))) `(edmacro-label ((,c :inherit bold)))