Skip to content

Commit

Permalink
[FB] Lepton | Upgrade lepton
Browse files Browse the repository at this point in the history
  • Loading branch information
surapunoyousei committed Jul 26, 2024
1 parent bfec3d2 commit cd68722
Show file tree
Hide file tree
Showing 17 changed files with 20,137 additions and 1,141 deletions.
2 changes: 2 additions & 0 deletions browser/base/content/browser-workspaces.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
var BrowserOpenTab;

/* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */

import { WorkspacesMigratorUtils } from "./modules/workspaces/WorkspacesMigratorUtils.mjs";
Expand Down
12 changes: 6 additions & 6 deletions browser/components/preferences/preferences-floorp.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
border-radius: 4px;
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
transform: scaleX(1);
content: url(chrome://browser/skin/photon.png);
content: url(chrome://floorp/skin/photon.png);
min-width: 0px;
max-height: 65px;
}
Expand All @@ -122,7 +122,7 @@
border-radius: 4px;
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
transform: scaleX(1);
content: url(chrome://browser/skin/lepton.png);
content: url(chrome://floorp/skin/lepton.png);
min-width: 0px;
max-height: 65px;
}
Expand All @@ -134,7 +134,7 @@
border-radius: 4px;
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
transform: scaleX(1);
content: url(chrome://browser/skin/protonfix.svg);
content: url(chrome://floorp/skin/protonfix.svg);
min-width: 0px;
}

Expand All @@ -145,7 +145,7 @@
border-radius: 4px;
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
transform: scaleX(1);
content: url(chrome://browser/skin/tabbar-as-titlebar.png);
content: url(chrome://floorp/skin/tabbar-as-titlebar.png);
min-width: 0px;
max-height: 65px;
}
Expand All @@ -157,7 +157,7 @@
border-radius: 4px;
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
transform: scaleX(1);
content: url(chrome://browser/skin/tabbarasurlbar.png);
content: url(chrome://floorp/skin/tabbarasurlbar.png);
min-width: 0px;
max-height: 65px;
}
Expand Down Expand Up @@ -187,7 +187,7 @@
border-radius: 4px;
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
transform: scaleX(1);
content: url("chrome://browser/skin/protonfix/proton-fix.svg");
content: url("chrome://floorp/skin/protonfix/proton-fix.svg");
}

#photon {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions browser/themes/designs/lepton/icons/close-tab-photon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions browser/themes/designs/lepton/icons/close-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions browser/themes/designs/lepton/icons/close-window.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions browser/themes/designs/lepton/icons/command-console.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions browser/themes/designs/lepton/icons/command-eyedropper.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions browser/themes/designs/lepton/icons/find-again.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions browser/themes/designs/lepton/icons/firefox-view.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions browser/themes/designs/lepton/icons/flame.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions browser/themes/designs/lepton/icons/tab-photon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions browser/themes/designs/lepton/icons/translations.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 cd68722

Please sign in to comment.