summaryrefslogtreecommitdiffstats
path: root/browser/themes/addons/colorways/2022-independent-voices/visionary/bold
diff options
context:
space:
mode:
Diffstat (limited to 'browser/themes/addons/colorways/2022-independent-voices/visionary/bold')
-rw-r--r--browser/themes/addons/colorways/2022-independent-voices/visionary/bold/icon.svg12
-rw-r--r--browser/themes/addons/colorways/2022-independent-voices/visionary/bold/manifest.json76
-rw-r--r--browser/themes/addons/colorways/2022-independent-voices/visionary/bold/preview.svg18
3 files changed, 106 insertions, 0 deletions
diff --git a/browser/themes/addons/colorways/2022-independent-voices/visionary/bold/icon.svg b/browser/themes/addons/colorways/2022-independent-voices/visionary/bold/icon.svg
new file mode 100644
index 0000000000..caadabeede
--- /dev/null
+++ b/browser/themes/addons/colorways/2022-independent-voices/visionary/bold/icon.svg
@@ -0,0 +1,12 @@
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
+ - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+<svg width="63" height="62" viewBox="0 0 63 62" fill="none" xmlns="http://www.w3.org/2000/svg">
+ <circle cx="31.5" cy="31" r="31" fill="url(#paint0_linear)"/>
+ <defs>
+ <linearGradient id="paint0_linear" x1="44.4829" y1="19" x2="10.4829" y2="53" gradientUnits="userSpaceOnUse">
+ <stop stop-color="hsl(146, 89%, 11%)"/>
+ <stop offset="1" stop-color="hsl(147, 82%, 17%)"/>
+ </linearGradient>
+ </defs>
+</svg>
diff --git a/browser/themes/addons/colorways/2022-independent-voices/visionary/bold/manifest.json b/browser/themes/addons/colorways/2022-independent-voices/visionary/bold/manifest.json
new file mode 100644
index 0000000000..45adf3316e
--- /dev/null
+++ b/browser/themes/addons/colorways/2022-independent-voices/visionary/bold/manifest.json
@@ -0,0 +1,76 @@
+{
+ "manifest_version": 2,
+ "applications": {
+ "gecko": {
+ "id": "visionary-bold-colorway@mozilla.org"
+ }
+ },
+ "name": "Visionary – Bold",
+ "author": "Mozilla",
+ "version": "1.1",
+ "icons": {
+ "32": "icon.svg"
+ },
+ "theme": {
+ "colors": {
+ "tab_background_text": "hsl(0, 0%, 100%)",
+ "tab_text": "hsl(0, 0%, 100%)",
+ "tab_selected": "hsl(148, 74%, 7%)",
+ "tab_line": "hsl(146, 65%, 21%)",
+ "tab_loading": "hsl(147, 72%, 49%)",
+ "tab_loading_inactive": "hsl(147, 72%, 49%)",
+ "frame": "hsl(146, 89%, 11%)",
+ "popup": "hsl(148, 74%, 7%)",
+ "popup_text": "hsl(0, 0%, 100%)",
+ "popup_border": "hsl(146, 66%, 37%)",
+ "popup_highlight": "hsla(133, 94%, 27%, 0.3)",
+ "popup_highlight_text": "hsl(0, 0%, 100%)",
+ "toolbar": "hsl(147, 82%, 17%)",
+ "toolbar_text": "hsl(0, 0%, 100%)",
+ "toolbar_field": "hsl(146, 89%, 11%)",
+ "toolbar_field_text": "hsl(0, 0%, 100%)",
+ "toolbar_field_focus": "hsl(148, 74%, 7%)",
+ "toolbar_field_border_focus": "rgba(0, 221, 255, 0.7)",
+ "toolbar_top_separator": "transparent",
+ "toolbar_bottom_separator": "hsl(146, 89%, 11%)",
+ "ntp_background": "hsl(150, 29%, 3%)",
+ "ntp_card_background": "hsl(148, 74%, 7%)",
+ "ntp_text": "hsl(0, 0%, 100%)",
+ "sidebar": "hsl(148, 74%, 7%)",
+ "sidebar_text": "hsl(0, 0%, 100%)",
+ "sidebar_highlight": "hsla(133, 94%, 27%, 0.3)",
+ "address_bar_box": "hsl(148, 74%, 7%)",
+ "address_bar_box_hover": "hsla(148, 74%, 7%, 0.8)",
+ "address_bar_box_active": "hsla(148, 74%, 7%, 0.65)",
+ "address_bar_box_focus": "hsl(147, 82%, 17%)",
+ "address_bar_box_text": "hsl(0, 0%, 100%)",
+ "address_bar_url_color": "hsl(40, 6%, 90%)",
+ "panel_item_hover": "hsla(133, 94%, 27%, 0.3)",
+ "panel_item_active": "hsla(133, 94%, 27%, 0.45)",
+ "panel_separator": "hsl(146, 66%, 37%)",
+ "icons_attention": "hsl(147, 72%, 49%)",
+ "toolbar_field_icons_attention": "hsl(147, 72%, 49%)",
+ "tab_attention_dot": "hsl(94, 100%, 71%)",
+ "appmenu_update_icon_color": "hsl(94, 100%, 71%)",
+ "appmenu_info_icon_color": "hsl(173, 100%, 71%)"
+ }
+ },
+ "theme_experiment": {
+ "colors": {
+ "address_bar_box": "--urlbar-box-bgcolor",
+ "address_bar_box_hover": "--urlbar-box-hover-bgcolor",
+ "address_bar_box_active": "--urlbar-box-active-bgcolor",
+ "address_bar_box_focus": "--urlbar-box-focus-bgcolor",
+ "address_bar_box_text": "--urlbar-box-text-color",
+ "address_bar_url_color": "--urlbar-popup-url-color",
+ "panel_item_hover": "--panel-item-hover-bgcolor",
+ "panel_item_active": "--panel-item-active-bgcolor",
+ "panel_separator": "--panel-separator-color",
+ "toolbar_field_icons_attention": "--lwt-toolbar-field-icon-fill-attention",
+ "tab_attention_dot": "--lwt-tab-attention-icon-color",
+ "appmenu_update_icon_color": "--panel-banner-item-update-supported-bgcolor",
+ "appmenu_info_icon_color": "--panel-banner-item-info-icon-bgcolor",
+ "tab_loading_inactive": "--lwt-tab-loading-fill-inactive"
+ }
+ }
+}
diff --git a/browser/themes/addons/colorways/2022-independent-voices/visionary/bold/preview.svg b/browser/themes/addons/colorways/2022-independent-voices/visionary/bold/preview.svg
new file mode 100644
index 0000000000..9d03199725
--- /dev/null
+++ b/browser/themes/addons/colorways/2022-independent-voices/visionary/bold/preview.svg
@@ -0,0 +1,18 @@
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
+ - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+<svg width="680" height="92" fill="none" xmlns="http://www.w3.org/2000/svg">
+ <rect width="680" height="92" fill="hsl(146, 89%, 11%)" />
+ <rect x="28" y="5" width="166" height="34" rx="4" fill="hsl(148, 74%, 7%)" stroke="hsl(146, 65%, 21%)" stroke-width="1.5" />
+ <rect x="51" y="20" width="121" height="4" rx="2" fill="hsl(0, 0%, 100%)" />
+ <rect x="221" y="20" width="121" height="4" rx="2" fill="hsl(0, 0%, 100%)" />
+ <rect y="44" width="680" height="48" fill="hsl(147, 82%, 17%)" />
+ <circle cx="24" cy="68" r="6.25" stroke="hsl(0, 0%, 100%)" stroke-width="1.5" />
+ <circle cx="60" cy="68" r="6.25" stroke="hsl(0, 0%, 100%)" stroke-width="1.5" />
+ <line x1="663" y1="73.75" x2="649" y2="73.75" stroke="hsl(0, 0%, 100%)" stroke-width="1.5" />
+ <line x1="663" y1="67.75" x2="649" y2="67.75" stroke="hsl(0, 0%, 100%)" stroke-width="1.5" />
+ <line x1="663" y1="61.75" x2="649" y2="61.75" stroke="hsl(0, 0%, 100%)" stroke-width="1.5" />
+ <rect x="114" y="52" width="488" height="32" rx="4" fill="hsl(146, 89%, 11%)" />
+ <circle cx="130" cy="68" r="6.25" stroke="hsl(0, 0%, 100%)" stroke-width="1.5" />
+ <rect x="146" y="66" width="308" height="4" rx="2" fill="hsl(0, 0%, 100%)" />
+</svg>