Windows Classic Theme

This theme looks like "Windows Classic Desktop Theme". This one looks just like Windows 2000. If you want one like Windows 98,…
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",
  "name": "Windows Classic Theme",
  "theme": {
    "colors": {
      "bookmark_text": [
        0,
        0,
        0
      ],
      "frame": [
        212,
        208,
        200
      ],
      "frame_inactive": [
        212,
        208,
        200
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_header": [
        10,
        36,
        106
      ],
      "ntp_link": [
        0,
        0,
        255
      ],
      "ntp_section": [
        212,
        208,
        200
      ],
      "ntp_section_link": [
        0,
        0,
        255
      ],
      "ntp_section_text": [
        0,
        0,
        0
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        23,
        23,
        23
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "toolbar": [
        212,
        208,
        200
      ],
      "button_background": [
        212,
        208,
        200
      ]
    },
    "images": {
      "theme_button_background": "images/button.png",
      "theme_frame": "images/frame.png",
      "theme_frame_inactive": "images/frame_inactive.png",
      "theme_tab_background": "images/toolbarback.png",
      "theme_tab_background_incognito": "images/in_toolbarback.png",
      "theme_toolbar": "images/toolbarback_v.png"
    },
    "properties": {
      "ntp_background_alignment": "left top",
      "ntp_background_repeat": "repeat-x",
      "ntp_logo_alternate": 1
    },
    "tints": {
      "buttons": [
        0.6,
        0,
        0.5
      ]
    }
  },
  "version": "1.0.0.0"
}