Examine source code of Windows 2000 Theme

Inspect and view changes in Windows 2000 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": "Windows 2000",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "left top"
      ],
      "additional_backgrounds_tiling": [
        "repeat-y"
      ]
    },
    "colors": {
      "toolbar": "rgb(212, 208, 200)",
      "toolbar_text": "rgb(58, 57, 55)",
      "frame": "rgb(167, 202, 240)",
      "tab_background_text": "rgb(250, 250, 250)",
      "toolbar_field": "rgb(250, 250, 250)",
      "toolbar_field_text": "rgb(58, 57, 55)",
      "tab_line": "rgb(0, 0, 0)",
      "popup": "rgb(212, 208, 200)",
      "popup_text": "rgb(58, 57, 55)",
      "button_background_active": "rgb(128, 128, 128)",
      "frame_inactive": "rgb(58, 57, 55)",
      "icons_attention": "rgb(9, 36, 105)",
      "icons": "rgb(58, 57, 55)",
      "ntp_background": "rgb(250, 250, 250)",
      "ntp_text": "rgb(58, 57, 55)",
      "popup_border": "rgb(58, 57, 55)",
      "popup_highlight_text": "rgb(250, 250, 250)",
      "popup_highlight": "rgb(9, 36, 105)",
      "sidebar_border": "rgb(9, 36, 105)",
      "sidebar_highlight_text": "rgb(250, 250, 250)",
      "sidebar_highlight": "rgb(9, 36, 105)",
      "sidebar_text": "rgb(0, 0, 0)",
      "sidebar": "rgb(212, 208, 200)",
      "tab_loading": "rgb(9, 36, 105)",
      "tab_text": "rgb(58, 57, 55)",
      "toolbar_bottom_separator": "rgb(9, 36, 105)",
      "toolbar_field_border_focus": "rgb(9, 36, 105)",
      "toolbar_field_border": "rgb(9, 36, 105)",
      "toolbar_field_focus": "rgb(212, 208, 200)",
      "toolbar_field_highlight_text": "rgb(250, 250, 250)",
      "toolbar_field_highlight": "rgb(9, 36, 105)",
      "toolbar_field_text_focus": "rgb(58, 57, 55)",
      "toolbar_top_separator": "rgb(9, 36, 105)",
      "toolbar_vertical_separator": "rgb(128, 128, 128)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{bccf6a51-4022-43d6-a009-052c8ae1ec83}"
    }
  }
}