Black Material Dark Theme for Chrome

Black Material Dark Theme for Chrome

Black Material Dark Theme for Chrome. Pure black tabs with no outlines and dark incognito.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Black Material Dark Theme for Chrome",
  "short_name": "Black Material Dark Theme",
  "description": "Black Material Dark Theme for Chrome. Pure black tabs with no outlines and dark incognito.",
  "version": "0.6",
  "manifest_version": 2,
  "icons": {
    "128": "icon128.png"
  },
  "theme": {
    "images": {
      "theme_toolbar": "toolbar.png",
      "theme_tab_background": "tab_bg.png",
      "theme_tab_background_incognito": "tab_incog_bg.png"
    },
    "colors": {
      "frame": [
        33,
        33,
        33
      ],
      "frame_inactive": [
        50,
        50,
        50
      ],
      "frame_incognito": [
        33,
        33,
        33
      ],
      "frame_incognito_inactive": [
        50,
        50,
        50
      ],
      "toolbar": [
        0,
        0,
        0
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        80,
        80,
        80
      ],
      "tab_background_text_inactive": [
        80,
        80,
        80
      ],
      "tab_background_text_incognito": [
        80,
        80,
        80
      ],
      "tab_background_text_incognito_inactive": [
        80,
        80,
        80
      ],
      "bookmark_text": [
        170,
        170,
        170
      ],
      "ntp_background": [
        0,
        0,
        0
      ],
      "ntp_text": [
        170,
        170,
        170
      ],
      "theme_ntp_background": [
        0,
        0,
        0
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        0.8
      ]
    }
  }
}