mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-17 05:47:54 -07:00
Add firefox theme
This commit is contained in:
12
src/other/firefox/configuration/user.js
Normal file
12
src/other/firefox/configuration/user.js
Normal 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);
|
Reference in New Issue
Block a user