]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch.el
emacs: make faces readable on dark backgrounds.
[notmuch] / emacs / notmuch.el
index ef4bb2b1d16a77edb851714d0dacc3f856b20bdf..44519b7abc55449e3b00a5a63ef19cefc35cb7f6 100644 (file)
@@ -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.