Skip to content

Commit

Permalink
Update Lepton to v8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlex94 committed Oct 9, 2023
1 parent cf516b1 commit 125049a
Show file tree
Hide file tree
Showing 6 changed files with 2,209 additions and 844 deletions.
6 changes: 6 additions & 0 deletions waterfox/browser/app/profile/01-theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,13 @@ pref("userChrome.compatibility.os.win11", false);

// == Theme Custom Settings ====================================================
// -- User Chrome --------------------------------------------------------------
pref("userChrome.theme.private", true);
pref("userChrome.theme.proton_color.dark_blue_accent", true);
pref("userChrome.theme.monospace", false);
pref("userChrome.theme.transparent.frame", false);
pref("userChrome.theme.transparent.menu", false);
pref("userChrome.theme.transparent.panel", false);
pref("userChrome.theme.non_native_menu", false); // only for linux

pref("userChrome.decoration.disable_panel_animate", false);
pref("userChrome.decoration.disable_sidebar_animate", false);
Expand Down Expand Up @@ -183,6 +188,7 @@ pref("userChrome.icon.global_menu.mac", false);
pref("userContent.player.ui.twoline", false);

pref("userContent.newTab.hidden_logo", false);
pref("userContent.newTab.background_image", false);

pref("userContent.page.proton_color.dark_blue_accent", true);
pref("userContent.page.proton_color.system_accent", false);
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions waterfox/browser/themes/lepton/icons/menu-check.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 125049a

Please sign in to comment.