Skip to content

Commit

Permalink
Set "light" as default UI theme
Browse files Browse the repository at this point in the history
The builtin "light" UI theme is now used by default with the "normal"
density. The theme is provided by the bundled
`[email protected]` extension.

GH-224
  • Loading branch information
arcticicestudio committed Mar 24, 2020
1 parent 2623363 commit a02a48a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions snowblocks/firefox/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,9 @@ user_pref("dom.disable_beforeunload", true);
*/
user_pref("dom.disable_open_during_load", true);

/* Set the active theme extension. */
user_pref("extensions.activeThemeID", "[email protected]");

/* Configure activation status of the Firefox builtin extensions. */
user_pref("extensions.pocket.enabled", false);
user_pref("extensions.screenshots.disabled", false);
Expand Down

0 comments on commit a02a48a

Please sign in to comment.