A transparent Firefox theme that puts the real Windows 11 Mica backdrop behind the browser toolbar. No fake blur image, no lightweight theme add-on - just userChrome.css and a handful of about:config prefs, so the desktop wallpaper tints the chrome exactly the way Explorer, Settings and other native Windows 11 apps do.
Built on top of FoxOne by Firnschnee - its one-line layout is what makes a transparent toolbar look good in the first place.
Русская версия / Russian README
- Mica transparency on the toolbar, window frame and tab strip - the genuine DWM backdrop, not a screenshot trick
- One-line browser UI - tabs, address bar and buttons share a single row (inherited from FoxOne)
- Transparent
about:blankand empty tabs, so new tabs show the Mica backdrop too - Hover-reveal bookmarks bar - collapsed to a 2px sliver, expands when the pointer enters the top row, animated so the page does not jump
- Readable popups - menus, panels and the URL-bar dropdown stay solid, because text over Mica is unreadable
- Dark chrome, light websites - the browser UI is dark regardless of the Windows theme, while pages keep their normal light scheme
- Clean URL bar - bookmark star hidden, clutter icons revealed on hover
- Ships with a ready-to-run portable build if you would rather not configure anything
- Windows 11 (build 22621 or newer). Mica does not exist on Windows 10, macOS or Linux - see Other platforms
- Firefox 153+ with the Nova UI (tested on 153.0.3)
- Transparency effects enabled in Windows: Settings -> Personalization -> Colors -> Transparency effects
Download the archive from Releases, unpack it anywhere and run FirefoxPortable.exe. Theme, prefs and toolbar layout are already applied - nothing to configure.
- Close Firefox completely (verify in Task Manager - a lingering process overwrites
prefs.json exit). - Open your profile folder:
- installed Firefox:
about:support-> Open Profile Folder - portable Firefox:
<FirefoxPortable>\Data\profile
- installed Firefox:
- Create a
chromefolder there if it does not exist, and copyuserChrome.cssanduserContent.cssinto it. - Copy
user.jsinto the profile root, next toprefs.js. - Optional - toolbar layout (hides the sidebar, downloads, account and tab-manager buttons):
- fresh profile, never launched: rename
prefs-seed.jstoprefs.jsand drop it in - profile already in use: open its
prefs.jswith Firefox closed and paste in the lines fromprefs-seed.js
- fresh profile, never launched: rename
- Start Firefox.
user.jsis re-applied on every launch, which is what you want for theme prefs. The toolbar layout deliberately lives inprefs.jsinstead, so Customize Toolbar keeps working.
| Pref | Why |
|---|---|
toolkit.legacyUserProfileCustomizations.stylesheets |
Without it Firefox ignores userChrome.css entirely |
widget.windows.mica |
Turns on the Windows 11 Mica backdrop |
ui.systemUsesDarkTheme |
Dark chrome without a theme add-on - an add-on sets lwtheme on the root, which switches the theme's own colour rules off |
layout.css.prefers-color-scheme.content-override |
Keeps websites on the light scheme while the UI stays dark |
browser.tabs.allow_transparent_browser + browser.display.background_color |
Transparent about:blank and empty tabs |
browser.toolbars.bookmarks.visibility |
The hover-reveal bookmarks bar needs the toolbar set to always |
All of FoxOne's variables still apply - see its customisation guide. The transparency-specific tweaks live in a clearly marked LOCAL OVERRIDES block at the end of userChrome.css:
| What | Where |
|---|---|
| Delay before the bookmarks bar opens | --uc-dynamic-bookmarks-hover-delay in the :root block |
| Bookmarks bar slide speed | 220ms in override 3 |
| Height of the resting sliver | 2px in override 3 |
| Mica backdrop style | widget.windows.mica.toplevel-backdrop - 2 = Mica, 4 = Mica Alt |
Delete the whole LOCAL OVERRIDES block to fall back to stock FoxOne.
Mica is a Windows 11 feature. On Windows 10, macOS or Linux the transparency rules stay active with nothing painting behind them, and the toolbar renders black. Delete override 2 (Windows 11 Mica) from the end of userChrome.css on those systems.
Does the page content blur behind the toolbar? No, and it cannot. Mica paints the window backdrop only where Firefox has not drawn content, and it samples the desktop wallpaper rather than the window underneath. Anything overlaying the page - bookmarks bar, URL-bar dropdown - therefore stays opaque by design.
The toolbar is black instead of transparent.
Either you are not on Windows 11, or transparency effects are off in Windows settings, or widget.windows.mica did not apply. The rules make the toolbar transparent; if nothing paints behind it, you see black.
The toolbar text is dark and unreadable.
The dark colour scheme did not apply. Check that ui.systemUsesDarkTheme is 1 and that no theme add-on is active in about:addons -> Themes. The built-in Dark theme sets lwtheme and disables the colour rules.
Do websites turn dark?
No. layout.css.prefers-color-scheme.content-override keeps page content on the light scheme while the browser UI stays dark.
Released under the MIT License.
Keywords: firefox transparent, firefox mica, transparent firefox theme, firefox windows 11 mica effect, firefox acrylic theme, userChrome.css transparent toolbar, firefox glass theme, transparent browser windows 11, firefox one line theme, firefox nova ui theme.
