Examine source code of Material Dark Theme - Space Gray

Inspect and view changes in Material Dark Theme - Space Gray 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",
  "description": " A theme that adds the dark Mode colour scheme with Space gray style.",
  "icons": {
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "author": "Mohammad Reza Abdolhosseini",
  "name": "Material Dark Theme - Space Gray",
  "theme": {
    "colors": {
      "bookmark_text": [
        241,
        243,
        244
      ],
      "frame": [
        5,
        5,
        5
      ],
      "frame_inactive": [
        15,
        17,
        22
      ],
      "frame_incognito": [
        10,
        15,
        30
      ],
      "frame_incognito_inactive": [
        15,
        17,
        22
      ],
      "ntp_background": [
        33,
        35,
        45
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        154,
        160,
        166
      ],
      "tab_text": [
        132,
        255,
        255
      ],
      "toolbar": [
        38,
        40,
        50
      ]
    },
    "properties": {
      "ntp_logo_alternate": 0
    },
    "tints": {
      "buttons": [
        -1,
        -1,
        0.96
      ]
    }
  },
  "version": "1.2.0"
}