firefox-gnome-theme/configuration/user.js

16 lines
400 B
JavaScript

/* 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);
// Enable overlay scrollbars
user_pref("ui.useOverlayScrollbars", 1);