X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch.el;h=44519b7abc55449e3b00a5a63ef19cefc35cb7f6;hb=d820b97477f5705640aa8dcf9dcf311e37508def;hp=ef4bb2b1d16a77edb851714d0dacc3f856b20bdf;hpb=b810e64242faf1616ee2f81358cbb8bd31f03d18;p=notmuch diff --git a/emacs/notmuch.el b/emacs/notmuch.el index ef4bb2b1..44519b7a 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -313,7 +313,11 @@ there will be called at other points of notmuch execution." :group 'notmuch-faces) (defface notmuch-search-flagged-face - '((t + '((((class color) + (background dark)) + (:foreground "LightBlue1")) + (((class color) + (background light)) (:foreground "blue"))) "Face used in search mode face for flagged threads.