fix theme issues in ff 119+ (VIEW README)

This commit is contained in:
bmFtZQ 2023-10-25 20:15:38 +08:00
parent afe59d6d96
commit b8c7b03f21
5 changed files with 99 additions and 211 deletions

View file

@ -10,19 +10,22 @@ A Firefox userChrome.css theme that aims to recreate the look and feel of the Ch
3. Go to about:config and change these preferences:
### For all operating systems:
1. `toolkit.legacyUserProfileCustomizations.stylesheets` = `true`
2. `svg.context-properties.content.enabled` = `true`
3. `layout.css.color-mix.enabled` = `true`
* `toolkit.legacyUserProfileCustomizations.stylesheets` = `true`
* `svg.context-properties.content.enabled` = `true`
* `layout.css.color-mix.enabled` = `true`
### Firefox 119.0 and above:
* `layout.css.light-dark.enabled` = `true`
### On macOS:
1. To use the Edge style context menu on macOS then set `widget.macos.native-context-menus` = `false`
* To use the Edge style context menu on macOS then set `widget.macos.native-context-menus` = `false`
### Recommended:
1. `browser.tabs.tabMinWidth` = `66`
2. `browser.tabs.tabClipWidth` = `86`
* `browser.tabs.tabMinWidth` = `66`
* `browser.tabs.tabClipWidth` = `86`
### Optional:
1. To use the light theme in private browsing mode set `browser.theme.dark-private-windows` = `false`
* To use the light theme in private browsing mode set `browser.theme.dark-private-windows` = `false`
Additional tweaks can also be applied to the theme, such as Mica (Windows 11 Only), Floating Tabs and more. See [Tweaks](#tweaks).