- Set 'New Tab' to 'Blank Page' in Zen Settings
- Set 'browser.tabs.allow_transparent_browser' to 'true' in 'about:config'
- Install Dark Reader to auto set backgrounds on sites that don't have one already
- Install Drop Shadow mod: https://zen-browser.app/mods/abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5
- Copy css into your userChrome.css file
@media not (-moz-bool-pref:"zen.view.compact"){
#browser {
&:has(#navigator-toolbox[zen-expanded="true"]) {
&:not(:has(.zen-split-view-splitter)) {
--urlbar-min-width: 28px !important;
#nav-bar {
--zen-toolbar-height: 36px;
background-color: rgba(0, 0, 0, 0.2) !important;
border-radius: 10px 10px 0px 0px !important;
padding-left: 6px !important;
margin-right: 6px !important;
margin-top: 6px !important;
margin-left: 1px;
}
.browserContainer {
border-radius: 0px 0px 10px 10px !important;
&:not([urlbar-exceeds-toolbar-bounds]) {
backdrop-filter: blur(10px) saturate(1.5);
}
}
.browserSidebarContainer {
background-color: rgba(0, 0, 0, 0.12) !important;
}
}
}
}
}```
*Not compatible with custom homepages like Bonjourr or Tabliss*
*The following mods break the cohesive appearance of the integrated URL style and it's recommended to disable them:*
- Cleaned URL bar
- Sleek Borders