summaryrefslogtreecommitdiffstats
path: root/browser/themes/addons/light/manifest.json
blob: 24ffe228d2363935663a3f78acc3a857160ffdd3 (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
{
  "manifest_version": 2,

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

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

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

  "theme": {
    "colors": {
      "tab_background_text": "rgb(24, 25, 26)",
      "icons": "rgb(24, 25, 26, 0.7)",
      "frame": "#E3E4E6",
      "popup": "#fff",
      "popup_text": "#0c0c0d",
      "popup_border": "#ccc",
      "tab_line": "#0a84ff",
      "toolbar": "#f5f6f7",
      "toolbar_bottom_separator": "#ccc",
      "toolbar_field": "#fff",
      "toolbar_field_text": "rgb(24, 25, 26)",
      "toolbar_field_border": "#ccc"
    }
  },

  "theme_experiment": {
    "stylesheet": "experiment.css"
  }
}