summaryrefslogtreecommitdiffstats
path: root/browser/themes/addons/light/manifest.json
blob: a0de205327667f832510aeba3f7b59563836eff4 (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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
  "manifest_version": 2,

  "browser_specific_settings": {
    "gecko": {
      "id": "firefox-compact-light@mozilla.org"
    }
  },

  "name": "Light",
  "description": "A theme with a light color scheme.",
  "author": "Mozilla",
  "version": "1.2",

  "icons": { "32": "icon.svg" },

  "theme": {
    "colors": {
      "tab_background_text": "rgb(21,20,26)",
      "tab_selected": "#fff",
      "tab_text": "rgb(21,20,26)",
      "icons": "rgb(91,91,102)",
      "frame": "#f0f0f4",
      "popup": "#fff",
      "popup_text": "rgb(21,20,26)",
      "popup_border": "rgb(240,240,244)",
      "popup_highlight": "#e0e0e6",
      "popup_highlight_text": "#15141a",
      "tab_line": "transparent",
      "toolbar": "#f9f9fb",
      "toolbar_top_separator": "transparent",
      "toolbar_bottom_separator": "#ccc",
      "toolbar_field": "#f0f0f4",
      "toolbar_field_text": "rgb(21,20,26)",
      "toolbar_field_border": "transparent",
      "toolbar_field_focus": "white",
      "toolbar_text": "rgb(21,20,26)",
      "ntp_background": "#F9F9FB",
      "ntp_text": "rgb(21, 20, 26)",
      "popup_action_color": "rgb(91,91,102)",
      "button": "rgba(207,207,216,.33)",
      "button_hover": "rgba(207,207,216,.66)",
      "button_active": "rgb(207,207,216)",
      "button_primary": "rgb(0, 97, 224)",
      "button_primary_hover": "rgb(2, 80, 187)",
      "button_primary_active": "rgb(5, 62, 148)",
      "button_primary_color": "rgb(251, 251, 254)",
      "input_color": "rgb(21,20,26)",
      "input_background": "rgb(255,255,255)",
      "autocomplete_popup_hover": "rgb(240,240,244)",
      "autocomplete_popup_separator": "rgb(240,240,244)",
      "appmenu_update_icon_color": "#2AC3A2",
      "appmenu_info_icon_color": "#0090ED",
      "tab_icon_overlay_stroke": "rgb(255,255,255)",
      "tab_icon_overlay_fill": "rgb(91,91,102)"
    },
    "properties": {
      "color_scheme": "light",
      "panel_hover": "color-mix(in srgb, currentColor 12%, transparent)",
      "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",
      "input_border_color": "color-mix(in srgb, currentColor 41%, transparent)",
      "zap_gradient": "linear-gradient(90deg, #9059FF 0%, #FF4AA2 52.08%, #FFBD4F 100%)"
    }
  },

  "theme_experiment": {
    "stylesheet": "experiment.css",
    "colors": {
      "popup_action_color": "--urlbar-popup-action-color",
      "button": "--button-bgcolor",
      "button_hover": "--button-hover-bgcolor",
      "button_active": "--button-active-bgcolor",
      "button_primary": "--button-primary-bgcolor",
      "button_primary_hover": "--button-primary-hover-bgcolor",
      "button_primary_active": "--button-primary-active-bgcolor",
      "button_primary_color": "--button-primary-color",
      "input_background": "--input-bgcolor",
      "input_color": "--input-color",
      "input_border": "--input-border-color",
      "autocomplete_popup_hover": "--autocomplete-popup-hover-background",
      "autocomplete_popup_separator": "--autocomplete-popup-separator-color",
      "appmenu_update_icon_color": "--panel-banner-item-update-supported-bgcolor",
      "appmenu_info_icon_color": "--panel-banner-item-info-icon-bgcolor",
      "tab_icon_overlay_stroke": "--tab-icon-overlay-stroke",
      "tab_icon_overlay_fill": "--tab-icon-overlay-fill"
    },
    "properties": {
      "panel_hover": "--panel-item-hover-bgcolor",
      "panel_active": "--arrowpanel-dimmed-further",
      "panel_active_darker": "--panel-item-active-bgcolor",
      "toolbar_field_icon_opacity": "--urlbar-icon-fill-opacity",
      "input_border_color": "--input-border-color",
      "zap_gradient": "--panel-separator-zap-gradient"
    }
  }
}