The purpose of this project is to provide a Firefox Developer Edition theme with curved Australis tabs. Currently, it is implemented as a Stylish CSS theme.
-
This theme requires Firefox Developer Edition dark theme to be installed and enabled.
If you are using Firefox Stable release, install this addon: https://addons.mozilla.org/en-US/firefox/addon/devedition-theme-enabler/
Note that if you are using Firefox Nightly (aka Developer Edition) you just have to ensure that you have the dark theme enabled. -
Then enable the Developer Edition theme under Menu -> Add-ons -> Appearance.
-
You also have to install the Stylish addon from here: https://addons.mozilla.org/en-US/firefox/addon/stylish/
-
Then enable this theme in Stylish by installing this theme from here: https://userstyles.org/styles/127404/firefox-australis-dark-dev-ed
There are 2 files in this project: from-default.css and from-dev.css
from-default.css is the original implementation and should be deprecated soon. It transforms the default Firefox theme to Australis Dark.
from-dev.css transforms the Dev Edition theme to Australis Dark.
Transforming from Dev Edition is better because we get the platform-specific css for free.
We achieve a colored curved tabs by overriding the default PNG/SVG files and create our own files with the appropriate color, and append it in the CSS using data URI.
- Does not work well on Windows 7 when not maximized.
- Not tested on OS's other than: Windows 10, Arch Linux, OSX 10.11