X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch.el;h=44519b7abc55449e3b00a5a63ef19cefc35cb7f6;hb=d62f9dbfc0722d16f4b3a8801967e040c2033ff4;hp=ef4bb2b1d16a77edb851714d0dacc3f856b20bdf;hpb=429c30c2bc6587023f234a8a801f9ad5ce7076c0;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.