Beta color scheme

Beta color scheme

Theme made with Firefox Color that complements the Firefox "beta" thing at the bottom of Firefox Beta's Icon.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "2.0",
  "name": "beta",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-000-5672c42860d5b06e1058dc477397f3ef.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(21, 60, 66)",
      "toolbar_field": "rgb(32, 43, 54)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgb(0, 255, 154)",
      "popup": "rgb(50, 74, 82)",
      "popup_text": "rgb(255, 255, 255)",
      "tab_loading": "rgb(0, 255, 154)",
      "bookmark_text": "rgb(255, 255, 255)",
      "frame": "rgb(40, 65, 74)",
      "tab_background_text": "rgb(255, 255, 255)"
    }
  }
}