branch: externals/standard-themes commit b7c89d4f2b36d0a7fcfdac8a7c5b13c132abeddb Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for new appt-notification face (Emacs 30) --- standard-themes.el | 1 + 1 file changed, 1 insertion(+) diff --git a/standard-themes.el b/standard-themes.el index ff3396bf6b..c0f63efc08 100644 --- a/standard-themes.el +++ b/standard-themes.el @@ -903,6 +903,7 @@ Optional prefix argument MAPPINGS has the same meaning as for `(standard-themes-fringe-warning ((,c :inherit bold :background ,bg-yellow :foreground ,fg-main))) ;;;; all basic faces ;;;;; absolute essentials + `(appt-notification ((,c :inherit error))) `(bold ((,c :weight bold))) `(bold-italic ((,c :inherit (bold italic)))) `(cursor ((,c :background ,cursor)))