]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-tag.el
cli/crypto: treat failure to create a crypto context as fatal.
[notmuch] / emacs / notmuch-tag.el
index 1b2ce5c2d0feca669f3ccfa4aa19b56a714f6d89..09d182dfb818d6844efdab4ca3d626e9f2dd7d89 100644 (file)
@@ -115,7 +115,12 @@ Used in the default value of `notmuch-tag-formats`."
   :group 'notmuch-faces)
 
 (defface notmuch-tag-flagged
-  '((t :foreground "blue"))
+  '((((class color)
+      (background dark))
+     (:foreground "LightBlue1"))
+    (((class color)
+      (background light))
+     (:foreground "blue")))
   "Face used for the flagged tag.
 
 Used in the default value of `notmuch-tag-formats`."