Material Dark Theme - Dark Chocolate

Material Dark Theme - Dark Chocolate

A Dark theme base on google material design, Be prepared to taste a dark chocolate.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": " A Dark theme base on google material design, Be prepared to taste a dark chocolate.",
  "icons": {
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "author": "Mohammad Reza Abdolhosseini",
  "name": "Material Dark Theme - Dark Chocolate",
  "Short name": "Material Dark Theme",
  "theme": {
    "colors": {
      "bookmark_text": [
        241,
        243,
        244
      ],
      "frame": [
        4,
        4,
        4
      ],
      "frame_inactive": [
        25,
        25,
        25
      ],
      "frame_incognito": [
        4,
        4,
        4
      ],
      "frame_incognito_inactive": [
        25,
        25,
        25
      ],
      "ntp_background": [
        35,
        35,
        35
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        154,
        160,
        166
      ],
      "tab_text": [
        255,
        245,
        157
      ],
      "toolbar": [
        35,
        35,
        35
      ]
    },
    "properties": {
      "ntp_logo_alternate": 0
    },
    "tints": {
      "buttons": [
        -1,
        -1,
        0.96
      ]
    }
  },
  "version": "2.5"
}