Skip to content

Releases: edelvarden/material-fox-updated

v1.0.5 | Firefox 119

27 Oct 13:42
Compare
Choose a tag to compare

Fixes

  • Fix title bar inactive background color (#22)
  • Fix autoscroller width (#26)

v1.0.4 | Firefox 118

11 Oct 15:37
Compare
Choose a tag to compare

Features

  • Implemented new style for URL bar.
  • Added optional feature: "Chrome Refresh 2023", to enable - add bool preference userChrome.chrome-refresh-2023 in about:config. This is enabling new tab bar design like in Chrome Canary version.
  • Added optional feature: "Chrome Refresh Colors", to enable - add bool preference userChrome.chrome-refresh-colors in about:config. This is enabling new color scheme like in Chrome Canary version.
  • Added optional feature: "Compact URL Bar", to enable - add bool preference userChrome.compact-url-bar in about:config. This is reduce URL bar height like in old versions.
  • Implemented new style for checkboxes and radio buttons.
  • Also custom-chrome.css and custom-content.css is now supported, check readme for more info.

Fixes

  • Now respects the animation disable preference, to force enable animation just added bool preference userChrome.force-enable-animations for about:config. (Not required if you do not disable animation)
  • Added downloads button icon.
  • Added extension icon badge style.
  • Improved light mode behavior, now respects user system light/dark mode value even if you use about:config presets, eg. userChrome.chrome-refresh-colors.
  • Many other small fixes.

v1.0.3 | Firefox 117

01 Sep 17:25
Compare
Choose a tag to compare

v1.0.2 | Firefox 116

16 Aug 22:47
Compare
Choose a tag to compare
  • fix context menu separator (6ed80ad)

v1.0.1 | Firefox 114

06 Jul 13:19
Compare
Choose a tag to compare
  • Fix menu background color for light mode (#12)
  • Fix button text color for dialog windows (#13 )