mirror of
https://github.com/zen-browser/desktop.git
synced 2026-07-29 03:17:48 +00:00
40 lines
1.1 KiB
C++
40 lines
1.1 KiB
C++
diff --git a/browser/themes/BuiltInThemeConfig.sys.mjs b/browser/themes/BuiltInThemeConfig.sys.mjs
|
|
index 7cfea4b705a1338b1eb5c4f255808aeac4bdb819..9a2d2e096db483f5b93fd39886bee5dda38ce9c4 100644
|
|
--- a/browser/themes/BuiltInThemeConfig.sys.mjs
|
|
+++ b/browser/themes/BuiltInThemeConfig.sys.mjs
|
|
@@ -22,22 +22,29 @@ export const BuiltInThemeConfig = new Map([
|
|
[
|
|
"firefox-compact-light@mozilla.org",
|
|
{
|
|
- version: "1.2",
|
|
+ version: "1.3",
|
|
path: "resource://builtin-themes/light/",
|
|
},
|
|
],
|
|
[
|
|
"firefox-compact-dark@mozilla.org",
|
|
{
|
|
- version: "1.2",
|
|
+ version: "1.3",
|
|
path: "resource://builtin-themes/dark/",
|
|
},
|
|
],
|
|
[
|
|
- "firefox-alpenglow@mozilla.org",
|
|
+ "firefox-compact-galaxy@mozilla.org",
|
|
{
|
|
- version: "1.4",
|
|
- path: "resource://builtin-themes/alpenglow/",
|
|
+ version: "1.3",
|
|
+ path: "resource://builtin-themes/galaxy/",
|
|
+ },
|
|
+ ],
|
|
+ [
|
|
+ "firefox-compact-dream@mozilla.org",
|
|
+ {
|
|
+ version: "1.3",
|
|
+ path: "resource://builtin-themes/dream/",
|
|
},
|
|
],
|
|
[
|