Need for Speed Heat

Dies ist mein erstes Theme und ist nicht besonders Professionell, aber ich freue mich über jeden, dem es gefällt...
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.0",
  "name": "Need for Speed Heat",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "center center"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(142, 3, 191)",
      "toolbar_text": "rgb(253, 248, 255)",
      "frame": "rgb(0, 255, 31)",
      "tab_background_text": "rgb(0, 255, 31)",
      "toolbar_field": "rgb(0, 0, 0)",
      "toolbar_field_text": "rgb(255, 0, 231)",
      "tab_line": "rgb(255, 0, 231)",
      "popup": "rgb(255, 255, 255)",
      "popup_text": "rgb(214, 79, 65)",
      "tab_loading": "rgb(255, 0, 231)"
    }
  }
}