Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Font gets noticeably thinner in 'pdf-view-midnight-minor-mode' when 'pdf-view-midnight-invert' is set to 't' #294

Open
marasenna opened this issue Aug 25, 2024 · 0 comments

Comments

@marasenna
Copy link

Don't know if it's related to this package or its dependencies. This issue happens with every document and makes it harder to read.

Screenshots
With 'pdf-view-midnight-invert' on:
00_10__26_08_2024

With 'pdf-view-midnight-invert' off:
00_11__26_08_2024

Setup

(use-package pdf-tools
    :ensure t
    :config
    (pdf-loader-install)
    :custom
    (pdf-view-midnight-colors '("#cccccc" . "#000000"))
    (pdf-view-use-scaling nil)
    (pdf-view-midnight-invert t)) ; workaround -- set to nil
  • Emacs version: "GNU Emacs 29.4 (build 2, x86_64-unknown-linux-gnu, GTK+ Version 3.24.42, cairo version 1.18.0)
    of 2024-06-25"
  • Poppler version: poppler-23.12.0_1
  • Pdf-tools version: 20240429.407
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant