PDF: Disable midnight mode by default.

master
Pierre Neidhardt 2021-02-17 12:40:54 +01:00
parent 1cae5d2beb
commit 683bb8f5cc
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@
(when (require 'pdf-tools nil t)
;; (setq pdf-view-midnight-colors '("#ffffff" . "#000000"))
(setq pdf-view-midnight-colors '("#ff9900" . "#0a0a12" )) ; Amber
(add-hook 'pdf-view-mode-hook 'pdf-view-midnight-minor-mode)
;; (add-hook 'pdf-view-mode-hook 'pdf-view-midnight-minor-mode) ; Most PDFs are not meant for this, so maybe don't set as default.
(pdf-tools-install t t t))
(when (require 'rainbow-mode nil t)