> From 6ba6a224c86f845a61f951c6b664b415a5914142 Mon Sep 17 00:00:00 2001 From: Manuel Giraud Date: Sat, 3 Feb 2024 12:15:21 +0100 Subject: [PATCH] Colorize SVG Gnus logo in mode line * lisp/gnus/gnus.el (gnus-mode-line-buffer-identification): Add a face property to colorized the SVG Gnus logo. --- lisp/gnus/gnus.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index 99833e4eeca..9366624fe03 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el @@ -333,6 +333,7 @@ gnus-mode-line-buffer-identification (:type xbm :file "gnus-pointer.xbm" :ascent center)) t) + 'face 'font-lock-function-name-face 'help-echo (if gnus-emacs-version (format "This is %s, %s." -- 2.43.0