Examine source code of Matrix Green Theme

Inspect and view changes in Matrix Green Theme 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": "Matrix Green",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/bg-005-f5f3cf677b1f132c75ddc7bd319dd1fc.svg"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "top"
      ],
      "additional_backgrounds_tiling": [
        "repeat"
      ]
    },
    "colors": {
      "toolbar": "rgb(32, 92, 24)",
      "toolbar_text": "rgb(243, 255, 239)",
      "frame": "rgb(42, 130, 40)",
      "tab_background_text": "rgb(255, 255, 255)",
      "toolbar_field": "rgb(80, 165, 68)",
      "toolbar_field_text": "rgb(255, 255, 255)",
      "tab_line": "rgb(0, 255, 9)",
      "popup": "rgb(13, 101, 13)",
      "popup_text": "rgb(255, 255, 255)",
      "tab_loading": "rgb(0, 255, 9)"
    }
  }
}