BK2K Dark Mode

BK2K Dark Mode

A theme that makes browsing a litte less... bright.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.2",
  "manifest_version": 2,
  "name": "BK2K Dark Mode",
  "short_name": "BK2KDM",
  "description": "A theme that makes browsing a litte less... bright.",
  "icons": {
    "16": "images/icon_16.png",
    "32": "images/icon_32.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "theme": {
    "colors": {
      "frame": [
        56,
        56,
        56
      ],
      "frame_inactive": [
        56,
        56,
        56
      ],
      "frame_incognito": [
        56,
        56,
        56
      ],
      "frame_incognito_inactive": [
        56,
        56,
        56
      ],
      "toolbar": [
        83,
        83,
        83
      ],
      "toolbar_inactive": [
        83,
        83,
        83
      ],
      "tab_text": [
        240,
        240,
        240
      ],
      "tab_background": [
        56,
        56,
        56
      ],
      "tab_background_text": [
        168,
        168,
        168
      ],
      "bookmark_text": [
        230,
        230,
        230
      ],
      "ntp_background": [
        40,
        40,
        40
      ],
      "ntp_text": [
        230,
        230,
        230
      ]
    },
    "tints": {
      "buttons": [
        0,
        0,
        0.75
      ]
    }
  }
}