Examine source code of Win7 Seven Theme

Inspect and view changes in Win7 Seven 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
{
  "name": "Win7 Seven Theme",
  "theme": {
    "colors": {
      "bookmark_text": [
        0,
        0,
        0
      ],
      "frame": [
        20,
        87,
        195
      ],
      "ntp_background": [
        85,
        140,
        235
      ],
      "ntp_link": [
        255,
        255,
        255
      ],
      "ntp_section": [
        85,
        140,
        235
      ],
      "ntp_section_link": [
        255,
        255,
        255
      ],
      "ntp_section_text": [
        255,
        255,
        255
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        0,
        0,
        0
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "toolbar": [
        85,
        140,
        235
      ]
    },
    "images": {
      "theme_button_background": "images/theme_button_background.jpg",
      "theme_frame": "images/theme_frame.jpg",
      "theme_ntp_background": "images/theme_ntp_background.jpg",
      "theme_toolbar": "images/theme_toolbar.png"
    },
    "properties": {
      "ntp_background_alignment": "left top",
      "ntp_background_repeat": "no-repeat"
    },
    "tints": {}
  },
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "2.0"
}