Kingdom Hearts 3 Title Screen

Kingdom Hearts 3 Title Screen

Kingdom Hearts 3 theme with the art from the KH3 title screen, and background from promotional material

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Kingdom Hearts 3 Title Screen",
  "manifest_version": 2,
  "version": "4.1",
  "theme": {
    "images": {
      "theme_frame": "KH3 Theme corner.png",
      "additional_backgrounds": [
        "KH3 Theme tile.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(120, 120, 120, 0.33)",
      "toolbar_field": "rgba(255, 255, 255, 0.11)",
      "toolbar_field_text": "rgba(127, 127, 250, 1)",
      "frame": "#040307",
      "tab_background_text": "rgba(127, 127, 250, 1)",
      "bookmark_text": "rgba(127, 127, 250, 1)"
    }
  },
  "dark_theme": {
    "images": {
      "theme_frame": "KH3 Theme corner.png",
      "additional_backgrounds": [
        "KH3 Theme tile.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(120, 120, 120, 0.33)",
      "toolbar_field": "rgba(255, 255, 255, 0.11)",
      "toolbar_field_text": "rgba(127, 127, 250, 1)",
      "frame": "#040307",
      "tab_background_text": "rgba(127, 127, 250, 1)",
      "bookmark_text": "rgba(127, 127, 250, 1)"
    }
  }
}