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]: NoFlash #1058

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

[create-theme]: NoFlash #1058

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

NoFlash

Description

Prevents white screen flashes during page loads when using dark mode extensions.

Homepage

https://github.com/ndit-dev/NoFlash

Image

https://github.com/ndit-dev/NoFlash/blob/main/image.png

Type

  • JSON Color Theme

Theme Styles

@-moz-document url("about:newtab") {
  body {
    background-color: #1A1A1A !important;
  }
}
@-moz-document url(chrome://browser/content/browser.xhtml) {
  browser[type="content-primary"] {background: #1A1A1A !important}
}

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