Material Incognito Light Theme

Material Incognito Light Theme

A theme that removes the dark Incognito Mode colour scheme from Chrome.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Material Incognito Light Theme",
  "description": "A theme that removes the dark Incognito Mode colour scheme from Chrome.",
  "version": "5.2.0",
  "theme": {
    "colors": {
      "frame": [
        222,
        225,
        230
      ],
      "frame_inactive": [
        231,
        234,
        237
      ],
      "frame_incognito": [
        222,
        225,
        230
      ],
      "frame_incognito_inactive": [
        231,
        234,
        237
      ],
      "omnibox_background": [
        241,
        243,
        244
      ],
      "ntp_text": [
        2,
        1,
        10
      ]
    }
  }
}