Just my personal config files for use in Firefox. Contains extensive css tweaks, based on the DownToneUI theme, to create a consistent Nord inspired UI experience across the browser. There are also quality of life, privacy and performance tweaks. I also use a custom start page which can be found here.
- Go to your Firefox profile:
- Linux - $HOME/.mozilla/firefox/XXXXXXX.default-XXXXXX/
- macOS - Users//Library/Application Support/Firefox/Profiles/XXXXXXX.default-XXXXXXX
- Windows - C:\Users<USERNAME>\AppData\Roaming\Mozilla\Firefox\Profiles\XXXXXXX.default-XXXXXX
- Copy
chromeanduser.jsto your Firefox Profile. - Install the Sidebery extension.
- Import
settings.jsonto: Sidebery settings -> Help -> Import addon data. - Copy the contents of
scriptsto your Firefox installation folder (usually C:\Program Files\Mozilla Firefox for Windows). Read this for Linux paths and this for macOS paths. - Make sure the default dark theme is enabled.
- Restart Firefox.
-
Additions or updates of the default styles should be made in the following files:
chrome/DownToneUI/override_chrome.cssfor changes tochrome/userChrome.csschrome/DownToneUI/override_content.cssfor changes tochrome/userContent.csschrome/DownToneUI/override_globals.cssfor changes tochrome/_globals.css
-
Changing the color scheme:
- This can be done by copying the
--dtui-themevariables found inchrome/DownToneUI/_globals.cssand modifying them inchrome/DownToneUI/override_globals.css - NOTE: if Sidebery tabs is used, these changes also have to be applied to: Sidebery settings > Style editor.
- This can be done by copying the
- Restore
browser.newtab.urltoabout:config, added from this repo.- This script restores the
browser.newtab.urlpreference toabout:config. Using this preference, you can set whatever you like as your New Tab page, including things likefile://URLs that don't work with new tab override extensions. Once you install the script, just set the preference inabout:configand it should work automatically. Make sure you don't have any other new tab extensions, or it might not work.
- This script restores the
- r/FirefoxCSS - Great community for all things related to Firefox CSS tinkering.
- FirefoxCSS-Store - A collection site of Firefox userchrome themes, mostly from the FirefoxCSS Reddit community.
