Examine source code of Midnight Material

Inspect and view changes in Midnight Material 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
{
  "description": "Midnight Material Theme",
  "manifest_version": 2,
  "name": "Midnight Material",
  "theme": {
    "colors": {
      "bookmark_text": [
        164,
        164,
        164
      ],
      "button_background": [
        62,
        62,
        62
      ],
      "frame": [
        62,
        62,
        62
      ],
      "frame_inactive": [
        62,
        55,
        55
      ],
      "ntp_background": [
        62,
        62,
        62
      ],
      "ntp_text": [
        204,
        204,
        204
      ],
      "tab_background_text": [
        130,
        130,
        130
      ],
      "tab_text": [
        224,
        224,
        224
      ],
      "toolbar": [
        75,
        75,
        75
      ]
    },
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_toolbar": "images/theme_toolbar.png"
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    },
    "tints": {
      "buttons": [
        0.75,
        0,
        0.75
      ],
      "frame_inactive": [
        1,
        0,
        0.57
      ]
    }
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1"
}