Material Dark grey Theme

Material Dark grey Theme

A theme that adds the dark grey Mode colour scheme in chrome browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "A theme that adds the dark grey Mode colour scheme in chrome browser.",
  "icons": {
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "author": "Mohammad Reza Abdolhosseini",
  "name": "Material Dark grey Theme",
  "theme": {
    "colors": {
      "bookmark_text": [
        241,
        243,
        244
      ],
      "frame": [
        32,
        33,
        36
      ],
      "frame_inactive": [
        25,
        25,
        25
      ],
      "frame_incognito": [
        32,
        33,
        36
      ],
      "frame_incognito_inactive": [
        32,
        33,
        36
      ],
      "ntp_background": [
        25,
        25,
        25
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        154,
        160,
        166
      ],
      "tab_text": [
        132,
        255,
        255
      ],
      "toolbar": [
        50,
        54,
        57
      ]
    },
    "tints": {
      "buttons": [
        -1,
        -1,
        0.96
      ]
    }
  },
  "version": "1.3"
}