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

[create-theme]: PDF Dark Mode #1059

Closed
1 task
ndit-dev opened this issue Feb 12, 2025 · 1 comment
Closed
1 task

[create-theme]: PDF Dark Mode #1059

ndit-dev opened this issue Feb 12, 2025 · 1 comment
Labels
new-theme Submit a theme to be added to the theme library

Comments

@ndit-dev
Copy link

Name

PDF Dark Mode

Description

View PDFs in dark mode for comfortable reading and reduced eye strain

Homepage

https://github.com/ndit-dev/PDF-Dark-Mode

Image

https://github.com/ndit-dev/PDF-Dark-Mode

Type

  • JSON Color Theme

Theme Styles

#viewerContainer > #viewer > .page > .canvasWrapper > canvas {
  background-color: #1a1a1a !important; 
  filter: invert(94%) hue-rotate(180deg);
}

Readme

Eliminate the jarring white flash that occurs during page loads when using dark mode. This mod ensures a seamless dark browsing experience by maintaining a dark background during page transitions, preventing unexpected bright flashes that can strain your eyes.

Preferences

@ndit-dev ndit-dev added the new-theme Submit a theme to be added to the theme library label Feb 12, 2025
Copy link
Contributor

Error creating theme

Sorry about that! There was an error creating the theme. Please try again or contact the maintainers for help.

Image must be a PNG.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-theme Submit a theme to be added to the theme library
Projects
None yet
Development

No branches or pull requests

1 participant