Examine source code of Space Grey

Inspect and view changes in Space Grey 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": "Space Grey",
  "version": "1",
  "description": "Space grey chrome theme for dark mode",
  "author": "Shafkathullah Ihsan",
  "theme": {
    "colors": {
      "bookmark_text": [
        255,
        255,
        255
      ],
      "frame": [
        75,
        86,
        99
      ],
      "ntp_background": [
        22,
        30,
        47
      ],
      "ntp_text": [
        125,
        134,
        142
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "tab_background_text_inactive": [
        255,
        255,
        255
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "toolbar": [
        22,
        30,
        47
      ]
    },
    "tints": {
      "buttons": [
        0.2,
        0.2,
        0.9
      ],
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame_incognito": [
        -1,
        -1,
        -1
      ],
      "frame_incognito_inactive": [
        -1,
        -1,
        -1
      ]
    }
  }
}