Minimalist Dark Green is a custom Firefox theme that transforms your browser into a sleek, modern, and distraction-free environment with a dark green aesthetic. This project leverages Firefox’s powerful userChrome.css and userContent.css capabilities to deliver a unique browsing experience.
- Minimalist UI: Removes unnecessary clutter for a clean, focused interface.
- Dark Green Palette: Applies a soothing dark green color scheme throughout the browser.
- Custom Wallpapers: Includes a custom wallpaper for the new tab or background.
- Enhanced Readability: Adjusts fonts and contrast for comfortable reading.
- Consistent Styling: Styles both browser chrome (toolbars, tabs) and web content.
By default, Firefox disables userChrome.css and userContent.css. To enable:
- Open Firefox and type
about:configin the address bar. - Search for
toolkit.legacyUserProfileCustomizations.stylesheets. - Set it to
trueby double-clicking.
- Go to
about:supportin Firefox. - Under "Profile Folder," click "Open Folder."
This project already includes a pre-configured chrome folder with all necessary files. Simply copy the entire chrome folder from this project into your Firefox profile folder (the folder you opened in the previous step).
- If a
chromefolder already exists in your profile, you may overwrite it or back it up first.
If you want additional UI enhancements, you can install the included extension:
- Go to
about:addonsin Firefox. - Click the gear icon > "Install Add-on From File..."
- Select the
import/visionary_bold-2.1.xpifile.
Close all Firefox windows and reopen the browser to apply the changes.
- userChrome.css: Customizes the browser’s chrome (UI elements like tabs, toolbars, menus) to use a dark green color scheme, reduce visual noise, and streamline the interface.
- userContent.css: Applies styles to web content, ensuring a consistent look on internal pages (like new tab, about: pages) and improving readability.
- wallpaper.png: Can be set as a background for the new tab or other browser areas, depending on your userChrome/userContent settings.
See the docs/ folder for example screenshots (p1.png, p2.png, p3.png).
- If the theme does not apply, double-check that
toolkit.legacyUserProfileCustomizations.stylesheetsis set totrueand that the files are in the correctchromefolder. - Some updates to Firefox may override or break custom styles. If this happens, check for updates to this project or consult the Firefox community.
- Theme and customization by anvndev (andev0x on GitHub).
- Visionary Bold extension by its respective author.
This project is licensed under the MIT License. You are free to use, modify, and share this theme. See the LICENSE file for details.