summaryrefslogtreecommitdiffstats
path: root/browser/themes/addons/colorways/2021-life-in-color/lush/soft/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'browser/themes/addons/colorways/2021-life-in-color/lush/soft/manifest.json')
-rw-r--r--browser/themes/addons/colorways/2021-life-in-color/lush/soft/manifest.json76
1 files changed, 76 insertions, 0 deletions
diff --git a/browser/themes/addons/colorways/2021-life-in-color/lush/soft/manifest.json b/browser/themes/addons/colorways/2021-life-in-color/lush/soft/manifest.json
new file mode 100644
index 0000000000..1f4ef55c98
--- /dev/null
+++ b/browser/themes/addons/colorways/2021-life-in-color/lush/soft/manifest.json
@@ -0,0 +1,76 @@
+{
+ "manifest_version": 2,
+ "applications": {
+ "gecko": {
+ "id": "lush-soft-colorway@mozilla.org"
+ }
+ },
+ "name": "Lush – Soft",
+ "author": "Mozilla",
+ "version": "1.1",
+ "icons": {
+ "32": "icon.svg"
+ },
+ "theme": {
+ "colors": {
+ "tab_background_text": "hsl(150, 6%, 20%)",
+ "tab_text": "hsl(150, 6%, 20%)",
+ "tab_selected": "hsl(0, 0%, 100%)",
+ "tab_line": "transparent",
+ "tab_loading": "hsl(145, 24%, 32%)",
+ "tab_loading_inactive": "hsl(145, 24%, 32%)",
+ "frame": "hsl(147, 25%, 86%)",
+ "popup": "hsl(0, 0%, 100%)",
+ "popup_text": "hsl(150, 6%, 20%)",
+ "popup_border": "hsl(144, 25%, 88%)",
+ "popup_highlight": "hsla(143, 25%, 86%, 0.7)",
+ "popup_highlight_text": "hsl(150, 6%, 20%)",
+ "toolbar": "hsl(140, 26%, 93%)",
+ "toolbar_text": "hsl(150, 6%, 20%)",
+ "toolbar_field": "hsl(147, 25%, 86%)",
+ "toolbar_field_text": "hsl(150, 6%, 20%)",
+ "toolbar_field_focus": "hsl(0, 0%, 100%)",
+ "toolbar_field_border_focus": "rgba(0, 96, 223, 0.5)",
+ "toolbar_top_separator": "transparent",
+ "toolbar_bottom_separator": "hsl(147, 25%, 86%)",
+ "ntp_background": "hsl(150, 25%, 97%)",
+ "ntp_card_background": "hsl(0, 0%, 100%)",
+ "ntp_text": "hsl(150, 6%, 20%)",
+ "sidebar": "hsl(0, 0%, 100%)",
+ "sidebar_text": "hsl(150, 6%, 20%)",
+ "sidebar_highlight": "hsla(143, 25%, 86%, 0.7)",
+ "address_bar_box": "hsl(0, 0%, 100%)",
+ "address_bar_box_hover": "hsla(0, 0%, 100%, 0.8)",
+ "address_bar_box_active": "hsla(0, 0%, 100%, 0.65)",
+ "address_bar_box_focus": "hsl(140, 26%, 93%)",
+ "address_bar_box_text": "hsl(150, 6%, 20%)",
+ "address_bar_url_color": "hsl(145, 24%, 32%)",
+ "panel_item_hover": "hsla(143, 25%, 86%, 0.7)",
+ "panel_item_active": "hsla(143, 25%, 86%, 0.85)",
+ "panel_separator": "hsl(144, 25%, 88%)",
+ "icons_attention": "hsl(145, 24%, 32%)",
+ "toolbar_field_icons_attention": "hsl(145, 24%, 32%)",
+ "tab_attention_dot": "hsl(146, 15%, 36%)",
+ "appmenu_update_icon_color": "hsl(146, 15%, 36%)",
+ "appmenu_info_icon_color": "hsl(203, 77%, 31%)"
+ }
+ },
+ "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"
+ }
+ }
+}