Set shr-color-visible-luminance-min in main

master
Pierre Neidhardt 2019-03-20 19:11:27 +01:00
parent 3fae36e787
commit 10f23d45a8
2 changed files with 4 additions and 5 deletions

View File

@ -53,10 +53,6 @@ Default to unread messages if the header buffer does not already exist."
mu4e-view-image-max-width 800
mu4e-hide-index-messages t
;; If you're using a dark theme, and the messages are hard to read, it
;; can help to change the luminosity, e.g.:
shr-color-visible-luminance-min 80
;; Gmail-style threading.
mu4e-headers-include-related t

View File

@ -164,7 +164,10 @@
("." . browse-url-default-browser)))
;; shr
(setq shr-width (string-to-number (or (getenv "MANWIDTH") "80")))
(setq shr-width (string-to-number (or (getenv "MANWIDTH") "80"))
;; If you're using a dark theme, and the messages are hard to read, it
;; can help to change the luminosity, e.g.:
shr-color-visible-luminance-min 80)
;;; Extend MIME-types support for videos.
(with-eval-after-load 'mailcap