diff options
| author | Tomi Ollila <tomi.ollila@iki.fi> | 2021-12-22 01:10:39 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-12-23 08:16:49 -0400 |
| commit | 031f4b4da5b317c580df474d002a8300d35a818e (patch) | |
| tree | f97344bfd1db034daead9ed3b6ec70828ae6fe66 /emacs/notmuch-hello.el | |
| parent | b7e08901e8ab695fb75de0528871771009f49aa8 (diff) | |
emacs: add notmuch-logo.svg and use it in emacs mua on graphic displays
emacs/notmuch-logo.svg is handcrafted scalable vector graphics version
of the notmuch logo.
Emacs on graphic displays render this image four times in size compared
to the emacs/notmuch-logo.png, and the image is much sharper.
The rendered image size, 100x100 pixels, fits reasonably well with
text shown in various font sizes.
Scaling the image -- if desired -- may come in the future. For now
this is improvement on how the logo looked in notmuch-hello window.
Diffstat (limited to 'emacs/notmuch-hello.el')
| -rw-r--r-- | emacs/notmuch-hello.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index acd48c9b..fc007c4c 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -198,7 +198,7 @@ fields of the search." (defvar notmuch-hello-indent 4 "How much to indent non-headers.") -(defimage notmuch-hello-logo ((:type png :file "notmuch-logo.png"))) +(defimage notmuch-hello-logo ((:type svg :file "notmuch-logo.svg"))) (defcustom notmuch-show-logo t "Should the notmuch logo be shown?" |
