Anime Kitsune Apocalyptic

It is hard to find a cool anime theme on Firefox, so I decided to do something for this problem. Picture by @4sakana5 [Twitter account]
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "version": "1.1",
  "name": "anime kitsune apocalypse",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "center bottom"
      ],
      "additional_backgrounds_tiling": [
        "no-repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(29, 39, 43)",
      "toolbar_text": "rgb(143, 143, 143)",
      "frame": "rgb(32, 31, 31)",
      "tab_background_text": "rgb(140, 140, 140)",
      "toolbar_field": "rgb(0, 0, 0)",
      "toolbar_field_text": "rgb(68, 142, 251)",
      "tab_line": "rgb(35, 205, 179)",
      "popup": "rgb(10, 11, 11)",
      "popup_text": "rgb(186, 248, 248)",
      "icons": "rgb(76, 191, 191)",
      "ntp_background": "rgb(0, 0, 0)",
      "tab_loading": "rgb(43, 0, 255)",
      "tab_text": "rgb(32, 191, 165)"
    }
  }
}