firefox-gnome-theme/configuration/user.js

24 lines
689 B
JavaScript
Raw Permalink Normal View History

2019-07-12 19:37:44 +03:00
/* 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);
2020-06-07 02:48:01 +03:00
// Enable SVG context-propertes
2020-07-04 23:51:58 +03:00
user_pref("svg.context-properties.content.enabled", true);
// Disable private window dark theme
user_pref("browser.theme.dark-private-windows", false);
// Enable rounded bottom window corners
user_pref("widget.gtk.rounded-bottom-corners.enabled", true);
2024-01-14 11:09:48 +02:00
// Personal additions
2024-01-14 11:53:58 +02:00
user_pref("gnomeTheme.hideSingleTab", false);
2024-01-14 11:09:48 +02:00
user_pref("gnomeTheme.normalWidthTabs", true);
user_pref("gnomeTheme.tabsAsHeaderbar", true);