Skip to content

greeeen-dev/natsumi-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Natsumi Browser

A skin for Zen Browser that makes things ~flow~.

What is Natsumi Browser?

Natsumi Browser (or Natsumi, for short) is a skin made for Zen Browser that adds lots of polish to the design by incorporating animations, blurs and more. It's pretty much the skin I personally use, but made public because people wanted the CSS.

Natsumi is NOT a standalone browser. I don't even intend on making one.

Natsumi has been tested on 1.7.6b (Beta) and 1.7.7t 2025-02-07 (Twilight).

Features

Polished look

Natsumi Browser sports a modern look to bring you a beautiful and polished browsing experience, while keeping much of Zen Browser's original design.

Natsumi URLbar

With Natsumi URLbar, Natsumi gives the expanded URLbar a completely fresh new look, so it feels very cozy while also having lots of room for search suggestions.

Natsumi Findbar

Say hello to Natsumi Findbar! Natsumi Findbar shares a similar design as Natsumi URLbar, bringing you the same cozy and modern experience. Inspired by RobotoSkunk's Better Find Bar Mod.

Natsumi PDF Viewer

Send your PDF viewer to the 21st century! Natsumi Browser Pages includes tweaks for the default PDF viewer, giving it the modern look it really deserves.

Enhanced sidebars

Elevate your sidebars to the next level! Not only does Natsumi add a glass effect to both sidebars, it also makes the Firefox sidebar more customizable by adding customization for its size and position.

And much more!

  • Natsumi Picture-in-Picture
  • Natsumi Library
  • Marginless compact mode
  • Compact URLbar
  • And more!

Installation

This skin is not available on the Zen Mods page, as this isn't intended to be a Mod. You will need to install it by copying the files to your profile's chrome folder.

Natsumi Browser

If you already have a userChrome.css file

  1. Copy natsumi-config.css and natsumi folder to your chrome folder.
  2. Add @import "natsumi/natsumi.css"; to the beginning of your userChrome.css file.
  3. Restart Zen Browser and enjoy!

If you don't have a userChrome.css file

  1. Create a new chrome folder in your profile folder, if you haven't already. (guide)
  2. Copy userChrome.css to the chrome folder.
  3. Copy natsumi-config.css and natsumi folder to the chrome folder.
  4. Restart Zen Browser and enjoy!

Natsumi Browser Pages

If you already have a userContent.css file

  1. Add @import "natsumi-pages/natsumi-pages.css"; to the beginning of your userContent.css file.
  2. Restart Zen Browser and enjoy!

If you don't have a userContent.css file

  1. Create a new chrome folder in your profile folder, if you haven't already. (guide)
  2. Copy userContent.css to the chrome folder.
  3. Copy natsumi-config.css to the chrome folder, if you haven't already.
  4. Copy natsumi-pages folder to the chrome folder.
  5. Restart Zen Browser and enjoy!

Browser configs (in about:config)

These are the configs you can use to tweak Natsumi Browser. If you want to tweak the animation duration and delay, change the variables in the config.css file.

Base theme

  • natsumi.theme.compact-marginless: Removes margins from compact mode (unless in split view).
  • natsumi.theme.compact-marginless-hide-bookmarks: Hides the bookmarks bar in marginless compact mode.
  • natsumi.theme.consistent-toolbar-button-size: Makes toolbar buttons have a consistent size on Zen 1.7.5b.
  • natsumi.theme.disable-blur: Disables blurring for glass effects. Use this if Zen Browser lags too much.
  • natsumi.theme.disable-glass-shadow: Disables shadow for glass effects.
  • natsumi.theme.disable-loading-animations: Disables loading animation for tabs.
  • natsumi.theme.disable-urlbar-animation: Disables URLbar loading animation for tabs.
  • natsumi.theme.enable-border-animation: Enables border loading animation for tabs. This may use up quite some GPU.

URLbar

  • natsumi.urlbar.compact: Makes the URLbar smaller when not focused.
  • natsumi.urlbar.disabled: Disables Natsumi URLbar and reverts the URLbar style back.
  • natsumi.urlbar.disable-transparency: Disables URLbar background transparency.
  • natsumi.urlbar.force-nowrap: Prevents wrapping to make things more compact regardless of window width.
  • natsumi.urlbar.light: Disables some animations to make Natsumi URLbar lighter.

Navbar

  • natsumi.navbar.glass-effect: Adds glass effect for the navbar on compact mode.

Sidebar

  • natsumi.sidebar.blur-zen-sidebar: Blurs Zen Sidebar background. This may cause some lag when you have both Zen Sidebar and Natsumi URLbar opened at the same time.
  • natsumi.sidebar.container-tabs-border: Adds a border to container tabs.
  • natsumi.sidebar.container-tabs-border-no-inactive: Disables border for tabs that are not selected.
  • natsumi.sidebar.disable-bigger-tab-label: Disables bigger tab labels and reverts them back to the normal font size.
  • natsumi.sidebar.disable-panel-transparency: Disables transparent background for sidebar panels (e.g. Bookmarks).
  • natsumi.sidebar.floating-panel: Makes the Firefox sidebar panel float.
  • natsumi.sidebar.panel-glass-effect: Adds glass effect to Firefox sidebar panel.
  • natsumi.sidebar.panel-position-center: Vertically centers Firefox sidebar panel if it is floating.
  • natsumi.sidebar.panel-position-bottom: Moves Firefox sidebar panel to the bottom if it is floating. Overrides natsumi.sidebar.panel-position-center if enabled.
  • natsumi.sidebar.panel-resizable: Makes the Firefox sidebar panel resizable.
  • natsumi.sidebar.tabs-glass-effect: Adds glass effect for the sidebar on compact mode.
  • natsumi.sidebar.unlimited-pinned-tabs: Removes the limit on the maximum number of tabs being shown in the pinned section of the vertical tabs.
  • natsumi.sidebar.zen-sidebar-glass-effect: Adds glass effect to Zen Sidebar.

Findbar

  • natsumi.findbar.disabled: Disables Natsumi Findbar and reverts the findbar style back.
  • natsumi.findbar.disable-not-found-bg: Disables red background that appears when there are no results.
  • natsumi.findbar.wider-findbar: Increases maximum Findbar width back to 720px.

Picture-in-Picture

  • natsumi.pip.disabled: Disables Natsumi PiP and reverts the PiP style back.
  • natsumi.pip.native-border-radius: Makes the PiP controls border radius look more native.

Library

  • natsumi.library.disabled: Disables Natsumi Library and reverts the library style back.

PDF Viewer

  • natsumi.pdfjs.disabled: Disables Natsumi PDF Viewer and reverts the PDF viewer back.

Home

  • natsumi.home.disabled: Disables Natsumi FF home and reverts the FF home page back.
  • natsumi.home.custom-background: Uses the custom background set in config as the home screen background.

Global tweaks

  • natsumi.global.highlight-accent-color: Uses the accent color for highlighting.

Experiments

  • natsumi.experiments.custom-font: Sets a custom font set in natsumi-config.css.
  • natsumi.experiments.rounded-pip: Makes the PiP window round, like in macOS. If you're using macOS, you won't need this.

FAQs

"Can I use other userchromes with Natsumi?"

Sure! Just paste it right below the Natsumi Browser loader (userChrome.css) and you can use your own userchrome alongside Natsumi Browser.

"Can I disable individual features?"

You're free to disable loading certain modules (CSS files) if you feel like it. But you will still need to load config.css, natsumi/preload.css and natsumi/postload.css for things to work.

"Is Natsumi compatible with the newest version of Zen Browser?"

Natsumi is always developed and tested on the newest Zen Twilight, so that it's always compatible with the newest Zen Browser right on release day.

If you are unsure if Natsumi is compatible with your version, check the tested versions in the beginning of the README.

"Is Natsumi compatible with other browsers (Firefox, Chrome, Arc, etc.)?"

No. Natsumi is made on top of Zen Browser, so it only supports Zen Browser.

If you try to apply Natsumi on other Firefox or other Firefox-based browsers, things will definitely break. As for Chrome/Chromium-based browsers like Arc, you can't apply userchrome CSS files, making Natsumi completely incompatible with those browsers.

"Can I use Natsumi with other Zen Mods?"

You can, but some mods (such as Better Find Bar and Super Url Bar) may conflict with Natsumi's CSS rules. If this happens, please disable the conflicting mods or Natsumi features.

"Why is userChrome.css so empty?"

Natsumi Browser uses a system where the userChrome.css file acts as a loader that loads the skin, instead of being the file that contains all rules. This way, it's easier for users to quickly enable and disable custom CSS.

Troubleshooting

"URLbar blur won't work!"

Make sure both layout.css.backdrop-filter.enabled and layout.css.backdrop-filter.force-enabled are set to true. Also make sure that you're using WebRender and hardware rendering.

"Zen Browser lags a lot!"

This may be due to the URLbar blurring or animations (likely the blur). Set natsumi.theme.disable-blur to false to disable the blur, and natsumi.urlbar.light to true to disable the animations.

"I don't see any of the Natsumi options in about:config!"

These are custom options which you need to create. Type in the exact name, then press the plus button on the right to create the config.

"Tab groups aren't working!"

As of 2.4.1, tab groups have been removed.

"Something's bugged!"

There may be Zen Mods or userchromes that you're using alongside Natsumi Browser that breaks things. Please disable these then try again.

If the issue still persists, open an issue or report the bug to the developer through Discord.

Acknowledgements

Thank you to:

  • asev for ZenCss, which served as the base for Natsumi Browser's base CSS for v1
  • vicky5124 for the Tab Groups CSS used until v2.4.0
  • AlexCookieDev for inspiring some of the animations I use in Natsumi
  • mr-cheff and Zen's contributors for creating Zen Browser

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

All screenshots displayed in this README are accurate as of January 2, 2025. If a feature was added, changed or removed after this date, it may not be accurately reflected in the screenshots.

About

A userchrome for Zen Browser that makes things flow.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages