Skip to content

Releases: liliantdn/userchromefox

v1.2.0

01 Dec 14:35
Compare
Choose a tag to compare

Changelog:

  • Added fonts (Inter).
  • Some small ui changes.
  • Some animation tweaks.
  • Initial side menu support.
  • Support for tab separators.
  • Support for multi-selected tabs.
  • Added a lot of new variables (settings).
  • Some code refactoring and bug fixes.

How to install

  1. Go to about:config, set toolkit.legacyUserProfileCustomizations.stylesheets to true (if it is unset, click the + button).
  2. Go to about:support.
  3. Find Profile Folder and click the Open Folder button.
  4. Put the chrome folder into your Firefox profile directory.
  5. Restart Firefox to apply changes.

Advanced install (Windows, easier to update)

  1. Open a command prompt.
  2. Install git if it is not installed yet:
    • Using winget: winget install --id Git.Git -e --source winget
    • Using chocolatey: choco install git
    • Manual install
  3. Go to the path where you wanna install the theme (somewhere that's not to hard to find later on) :
cd "the\path\where\you\want\to\install\the\theme\"
  1. Clone the repository, it will create a sub-folder named userchromefox :
git clone https://github.com/liliantdn/userchromefox.git
  1. Go into the folder :
cd userchromefox
  1. Create a dynamic link from your firefox profile\chrome to the theme's chrome folder :
mklink /D "your\firefox\profile\folder\chrome" "chrome"

The theme should now be installed, and now to update it all you have to do is git pull in the folder where you installed the theme.

v1.1.0 : Initial dark theme support

20 Oct 12:21
Compare
Choose a tag to compare

Changelog:

  • Added dark theme support (for now uses the blueish dark colors that firefox uses but I might change it to greyer colors in a bit)

How to install

  1. Go to about:config, set toolkit.legacyUserProfileCustomizations.stylesheets to true (if it is unset, click the + button).
  2. Go to about:support.
  3. Find Profile Folder and click the Open Folder button.
  4. Put the chrome folder into your Firefox profile directory.
  5. Restart Firefox to apply changes.

Initial release

30 Sep 12:04
Compare
Choose a tag to compare

How to install

  1. Go to about:config, set toolkit.legacyUserProfileCustomizations.stylesheets to true (if it is unset, click the + button).
  2. Go to about:support.
  3. Find Profile Folder and click the Open Folder button.
  4. Put the chrome folder into your Firefox profile directory.
  5. Restart Firefox to apply changes.