Add firefox theme

This commit is contained in:
vinceliuice
2022-07-18 14:35:27 +08:00
parent 82d899780f
commit 36e472a8c9
127 changed files with 6259 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
/* user.js
* https://github.com/rafaelmardojai/firefox-gnome-theme/
*/
// Enable customChrome.css
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
// Set UI density to normal
user_pref("browser.uidensity", 0);
// Enable SVG context-propertes
user_pref("svg.context-properties.content.enabled", true);