Dark Mode

Dark Mode

Mac OS Mojave's Dark mode

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Dark Mode",
  "description": "Mac OS Mojave's Dark mode",
  "version": "0.1",
  "theme": {
    "colors": {
      "frame": [
        54,
        55,
        57
      ],
      "frame_inactive": [
        122,
        124,
        129
      ],
      "frame_incognito": [
        32,
        33,
        36
      ],
      "frame_incognito_inactive": [
        59,
        64,
        67
      ],
      "background_tab": [
        106,
        107,
        110
      ],
      "background_tab_inactive": [
        127,
        129,
        131
      ],
      "background_tab_incognito": [
        93,
        93,
        93
      ],
      "background_tab_incognito_inactive": [
        122,
        122,
        122
      ],
      "toolbar": [
        51,
        52,
        54
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        126,
        131,
        138
      ],
      "tab_background_text_inactive": [
        99,
        103,
        108
      ],
      "tab_background_text_incognito": [
        197,
        198,
        197
      ],
      "tab_background_text_incognito_inactive": [
        144,
        144,
        144
      ],
      "bookmark_text": [
        209,
        209,
        209
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "ntp_link": [
        133,
        133,
        133
      ],
      "ntp_header": [
        0,
        0,
        0
      ],
      "button_background": [
        66,
        133,
        244
      ]
    }
  }
}