Basketball Court

Basketball Court

Dark blue theme with a score board, two basketball hoops and some bokeh lights. Stock credit: vectorpouch

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "2.0",
  "name": "Basketball Court",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png",
        "images/1.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right top",
        "right top"
      ],
      "additional_backgrounds_tiling": [
        "no-repeat",
        "repeat-x"
      ]
    },
    "colors": {
      "toolbar": "rgba(139, 158, 188, 0.1)",
      "toolbar_field": "rgba(254, 254, 254, 0)",
      "toolbar_field_text": "rgb(212, 229, 255)",
      "tab_line": "rgb(212, 229, 255)",
      "popup": "rgb(11, 27, 53)",
      "popup_text": "rgb(212, 229, 255)",
      "tab_loading": "rgb(212, 229, 255)",
      "bookmark_text": "rgb(255, 255, 255)",
      "frame": "rgb(11, 27, 53)",
      "tab_background_text": "rgb(170, 202, 252)"
    }
  }
}