Giter Site home page Giter Site logo

firefox-safari-style's Introduction

Firefox userChrome.css Safari style (macOS only)

This theme will make Firefox more compliant with macOS.

Firefox with NelliTab
Firefox with macOS theme and NelliTab new tab extension

Firefox with NelliTab
Firefox with legacy macOS theme (Branch 0.1)

Requirements

  • Firefox 71 or higher for macOS

Known issues

  • "Tinting" is currently not supported. IF you want that Firefox and macOS have the same colors please disable the option "Allow wallpaper tinting windows" in system preferences.
  • Dark theme is supported but Firefox not really have native dark mode (e.g. context menus are still "light", white line on top of the window etc.)

Installing

  • Clone (recommended) or just download this repository (for legacy theme please checkout branch 0.1)
  • Set toolkit.legacyUserProfileCustomizations.stylesheets to true in about:config
  • Open the userChrome.css file located in your profile folder of Firefox with any text editor
  • Add there one of the following lines below to import your chosen userChrome.css of this theme but please do not forget to update the path and do not mix up the imported file with the none working scss/userChrome.scss of this repository

Default light and dark theme with macOS colors

@import '/path/to/firefox-safari-style/css/userChrome.css';

or use the following file to use the colors from chosen Firefox theme

@import '/path/to/firefox-safari-style/css/userChrome-theme.css';
  • Restart Firefox that changes can take effect

Updating

A Firefox release may change its styles and break this theme. To update please just run git pull in the cloned repository to or just re-download it.

Extras

Some code snippets to add extra functionallity. Just add any code below to the end of your userChrome.css.

Hide solo tab

Hides tab bar if there is only one tab open. Unfortunately currently its not possible to move the new tab button up and that's why it should be hidden as well.

#tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"]:not([pinned]),
#tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"]:not([pinned]) ~ toolbarbutton {
  visibility: collapse;
}

Shows favicons in bookmarks bar

#personal-bookmarks .bookmark-item .toolbarbutton-icon {
    display: inline !important;
}

Troubleshooting

Make sure that your userChrome.css does not contain any lines beginning with @namespace, just only a single line with the above @import statement. Remove any extra code snippets as well.

If still nothing changes in Firefox make sure that the userChrome.css in your profile directory is loaded. It can be tested easily by adding the following line at the end which changes the entire browser to red.

* { background-color: red !important; }

Please add the same line to the imported userChrome.css of this theme but use another color like blue instead of red.

Restart Firefox and check the color. If still nothing changes the userChrome.css in your profile is not loaded. Please verify the first boths steps of the install section above. If you see red and not blue the import of the theme failed e.g. by wrong path.

In case of blue, please check the list of known issues to see if it has been previously reported. Otherwise, please open a ticket here.


Mozilla and Firefox are trademarks of the Mozilla Foundation in the U.S. and other countries. Safari and macOS are trademarks of Apple Inc., registered in the U.S. and other countries.

firefox-safari-style's People

Contributors

ideaweb avatar yoasif avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.