Dark Night Theme for Material 2

Dark Night Theme for Material 2

A theme that adds the dark night theme to the normal mode of Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dark Night Theme for Material 2",
  "version": "1.0",
  "description": "A theme that adds the dark night theme to the normal mode of Chrome.",
  "manifest_version": 2,
  "author": "Jejebond",
  "theme": {
    "images": {
      "theme_ntp_background": "images/theme_ntp_background.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_tab_background_incognito": "images/theme_tab_background.png",
      "theme_tab_background_v": "images/theme_tab_background.png",
      "theme_toolbar": "images/theme_toolbar.png"
    },
    "colors": {
      "frame": [
        29,
        29,
        33
      ],
      "frame_inactive": [
        55,
        55,
        63
      ],
      "frame_incognito": [
        29,
        29,
        33
      ],
      "frame_incognito_inactive": [
        29,
        29,
        33
      ],
      "toolbar": [
        15,
        16,
        21
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        140,
        146,
        153
      ],
      "bookmark_text": [
        140,
        146,
        153
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        255,
        255,
        255
      ]
    },
    "tints": {
      "buttons": [
        0.59,
        0.05,
        0.39
      ]
    },
    "properties": {
      "ntp_background_repeat": "repeat",
      "ntp_logo_alternate": 1
    }
  }
}