summaryrefslogtreecommitdiffstats
path: root/browser/themes/addons/colorways/2022-independent-voices/visionary/balanced/manifest.json
blob: 7710cde88649136cd213d56585b2141925c6f3f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "id": "visionary-balanced-colorway@mozilla.org"
    }
  },
  "name": "Visionary – Balanced",
  "author": "Mozilla",
  "version": "1.1.2",
  "icons": {
    "32": "icon.svg"
  },
  "theme": {
    "colors": {
      "tab_background_text": "hsl(0, 0%, 100%)",
      "tab_text": "hsl(0, 0%, 0%)",
      "tab_selected": "hsl(150, 57%, 97%)",
      "tab_line": "transparent",
      "tab_loading": "hsl(0, 0%, 0%)",
      "tab_loading_inactive": "hsl(0, 0%, 0%)",
      "frame": "hsl(147, 94%, 25%)",
      "popup": "hsl(0, 0%, 100%)",
      "popup_text": "hsl(0, 0%, 0%)",
      "popup_border": "hsl(147, 72%, 21%)",
      "popup_highlight": "hsla(147, 40%, 78%, 0.3)",
      "popup_highlight_text": "hsl(0, 0%, 0%)",
      "toolbar": "hsl(146, 38%, 49%)",
      "toolbar_text": "hsl(0, 0%, 100%)",
      "toolbar_field": "hsl(150, 57%, 97%)",
      "toolbar_field_text": "hsl(0, 0%, 0%)",
      "toolbar_field_focus": "hsl(0, 0%, 100%)",
      "toolbar_field_border_focus": "rgba(0, 179, 244, 1)",
      "toolbar_top_separator": "transparent",
      "toolbar_bottom_separator": "hsl(147, 94%, 25%)",
      "ntp_background": "hsl(146, 30%, 86%)",
      "ntp_card_background": "hsl(0, 0%, 100%)",
      "ntp_text": "hsl(0, 0%, 0%)",
      "sidebar": "hsl(0, 0%, 100%)",
      "sidebar_text": "hsl(0, 0%, 0%)",
      "sidebar_highlight": "hsla(147, 40%, 78%, 0.3)",
      "address_bar_box": "hsl(147, 94%, 25%)",
      "address_bar_box_hover": "hsla(147, 94%, 25%, 0.8)",
      "address_bar_box_active": "hsla(147, 94%, 25%, 0.65)",
      "address_bar_box_focus": "hsl(146, 38%, 49%)",
      "address_bar_box_text": "hsl(0, 0%, 100%)",
      "address_bar_url_color": "hsl(147, 89%, 19%)",
      "panel_item_hover": "hsla(147, 40%, 78%, 0.3)",
      "panel_item_active": "hsla(147, 40%, 78%, 0.45)",
      "panel_separator": "hsl(147, 72%, 21%)",
      "icons_attention": "hsl(0, 0%, 0%)",
      "toolbar_field_icons_attention": "hsl(0, 0%, 0%)",
      "tab_attention_dot": "hsl(94, 100%, 71%)",
      "appmenu_update_icon_color": "hsl(146, 15%, 36%)",
      "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"
    }
  }
}