Examine source code of Windows XP Luna Olive Green theme

Inspect and view changes in Windows XP Luna Olive 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
{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.1",
  "name": "Windows XP Luna Olive Green theme",
  "theme": {
    "images": {
      "theme_frame": "images/frame_lunagreen.png",
      "theme_toolbar": "images/toolbar_xp.png",
      "theme_tab_background": "images/tab_background_xp.png",
      "theme_tab_background_incognito": "images/tab_background_xp.png",
      "theme_ntp_background": "images/ntp_background_xp.png"
    },
    "colors": {
      "frame": [
        187,
        201,
        143
      ],
      "ntp_section": [
        187,
        201,
        143
      ],
      "toolbar": [
        236,
        233,
        216
      ]
    },
    "tints": {
      "buttons": [
        0.233,
        -1,
        -1
      ],
      "background_tab": [
        -1,
        -1,
        -1
      ]
    },
    "properties": {
      "ntp_background_alignment": "right bottom",
      "ntp_background_repeat": "no-repeat"
    }
  }
}