Examine source code of Material Deep Dark

Inspect and view changes in Material Deep Dark source codes across current and past versions
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": "Material Deep Dark",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-002-609370e89a219e0548ac5ef6b4a7dd2e.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(0, 0, 10)",
      "toolbar_text": "rgb(185, 246, 202)",
      "frame": "rgb(13, 3, 48)",
      "tab_background_text": "rgb(156, 140, 236)",
      "toolbar_field": "rgb(52, 45, 90)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgb(0, 200, 83)",
      "popup": "rgb(13, 3, 48)",
      "popup_text": "rgb(185, 246, 202)",
      "tab_loading": "rgb(0, 200, 83)"
    }
  }
}