Dark Theme NB-1

Dark Theme NB
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dark Theme NB-1",
  "version": "1.1",
  "description": "Dark Theme NB",
  "manifest_version": 2,
  "theme": {
    "images": {},
    "colors": {
      "frame": [
        24,
        26,
        28
      ],
      "frame_inactive": [
        30,
        30,
        30
      ],
      "toolbar": [
        54,
        55,
        56
      ],
      "tab_text": [
        240,
        240,
        240
      ],
      "tab_background_text": [
        128,
        128,
        128
      ],
      "bookmark_text": [
        240,
        240,
        245
      ],
      "ntp_background": [
        30,
        30,
        30
      ],
      "ntp_text": [
        250,
        250,
        250
      ],
      "button_background": [
        17,
        17,
        17,
        0
      ],
      "ntp_link": [
        68,
        103,
        215
      ]
    },
    "tints": {
      "background_tab": [
        -1,
        -1,
        -1
      ],
      "buttons": [
        0,
        0,
        0.81
      ],
      "frame": [
        -1,
        -1,
        -1
      ],
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame_incognito": [
        -1,
        0.2,
        0.35
      ],
      "frame_incognito_inactive": [
        -1,
        0.3,
        0.6
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom",
      "ntp_background_repeat": "no-repeat"
    }
  }
}