Examine source code of Windows Aero Basic Theme

Inspect and view changes in Windows Aero Basic 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": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Windows Aero Basic Theme",
  "description": "A theme fit to somewhat match internet explorer with the aero basic theme from Windows Vista and 7.",
  "version": "1.0",
  "author": "drake lol",
  "theme": {
    "colors": {
      "frame": [
        185,
        209,
        234
      ],
      "frame_inactive": [
        208,
        222,
        235
      ],
      "frame_incognito": [
        32,
        33,
        36
      ],
      "frame_incognito_inactive": [
        60,
        64,
        67
      ],
      "background_tab": [
        129,
        146,
        163
      ],
      "background_tab_inactive": [
        150,
        159,
        169
      ],
      "background_tab_incognito": [
        32,
        33,
        36
      ],
      "background_tab_incognito_inactive": [
        60,
        64,
        67
      ],
      "bookmark_text": [
        58,
        62,
        65
      ],
      "tab_background_text": [
        60,
        64,
        67
      ],
      "tab_background_text_inactive": [
        102,
        106,
        109
      ],
      "tab_background_text_incognito": [
        189,
        193,
        198
      ],
      "tab_background_text_incognito_inactive": [
        167,
        171,
        174
      ],
      "tab_text": [
        60,
        64,
        67
      ],
      "toolbar": [
        185,
        209,
        234
      ],
      "toolbar_button_icon": [
        98,
        99,
        101
      ],
      "omnibox_text": [
        32,
        33,
        36
      ],
      "omnibox_background": [
        231,
        239,
        248
      ]
    }
  }
}