Void Theme - Black and Minimal

Void Theme - Black and Minimal

Pure Blacks for AMOLED Screens

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Pure Blacks for AMOLED Screens",
  "manifest_version": 2,
  "name": "Void Theme - Black and Minimal",
  "version": "2.0",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "theme": {
    "colors": {
      "frame": [
        0,
        0,
        0
      ],
      "frame_inactive": [
        0,
        0,
        0
      ],
      "frame_incognito": [
        0,
        0,
        0
      ],
      "frame_incognito_inactive": [
        0,
        0,
        0
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "button_background": [
        68,
        71,
        90
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "tab_background_text_inactive": [
        255,
        255,
        255
      ],
      "tab_background_text_incognito": [
        255,
        255,
        255
      ],
      "tab_background_text_incognito_inactive": [
        255,
        255,
        255
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "toolbar": [
        7,
        7,
        7
      ],
      "toolbar_button_icon": [
        255,
        255,
        255
      ],
      "omnibox_text": [
        255,
        255,
        255
      ],
      "omnibox_background": [
        25,
        25,
        25
      ],
      "ntp_background": [
        40,
        42,
        54
      ],
      "ntp_header": [
        255,
        121,
        198
      ],
      "ntp_link": [
        139,
        233,
        253
      ],
      "ntp_text": [
        255,
        255,
        255
      ]
    }
  }
}