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 #1062

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

[create-theme]: NoFlash #1062

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

Prevent white screen flashes during page loads when using dark mode extensions

Homepage

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

Image

https://raw.githubusercontent.com/ndit-dev/NoFlash/refs/heads/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

Thank you for your contribution! 🎉

Your theme has been successfully submitted. The maintainers will review it and get back to you soon.

Here are some details about your submission:

If you have any questions or need help, feel free to ask in the comments below or in the PR.

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