mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-10 18:15:30 +02:00
38 lines
1.4 KiB
Diff
38 lines
1.4 KiB
Diff
diff --git a/browser/themes/addons/light/manifest.json b/browser/themes/addons/light/manifest.json
|
|
index d490f8f08d203ded55b65fe1a19be105b61ee6c0..eb4349e939b979b3a4d7c525ee0c0f9a53079d4a 100644
|
|
--- a/browser/themes/addons/light/manifest.json
|
|
+++ b/browser/themes/addons/light/manifest.json
|
|
@@ -7,10 +7,10 @@
|
|
}
|
|
},
|
|
|
|
- "name": "Light",
|
|
+ "name": "Zen Light",
|
|
"description": "A theme with a light color scheme.",
|
|
- "author": "Mozilla",
|
|
- "version": "1.2",
|
|
+ "author": "Zen",
|
|
+ "version": "1.3",
|
|
|
|
"icons": { "32": "icon.svg" },
|
|
|
|
@@ -59,7 +59,8 @@
|
|
"panel_active": "color-mix(in srgb, currentColor 20%, transparent)",
|
|
"panel_active_darker": "color-mix(in srgb, currentColor 27%, transparent)",
|
|
"toolbar_field_icon_opacity": "0.72",
|
|
- "zap_gradient": "linear-gradient(90deg, #9059FF 0%, #FF4AA2 52.08%, #FFBD4F 100%)"
|
|
+ "zap_gradient": "linear-gradient(90deg, #9059FF 0%, #FF4AA2 52.08%, #FFBD4F 100%)",
|
|
+ "zen_main_browser_background": "var(--zen-themed-toolbar-bg)"
|
|
}
|
|
},
|
|
|
|
@@ -86,7 +87,8 @@
|
|
"panel_active": "--arrowpanel-dimmed-further",
|
|
"panel_active_darker": "--panel-item-active-bgcolor",
|
|
"toolbar_field_icon_opacity": "--urlbar-icon-fill-opacity",
|
|
- "zap_gradient": "--panel-separator-zap-gradient"
|
|
+ "zap_gradient": "--panel-separator-zap-gradient",
|
|
+ "zen_main_browser_background": "--zen-main-browser-background"
|
|
}
|
|
}
|
|
}
|