Black Cat theme

Minimal black theme with white text featuring my black cat Nils. Hope you'll like it.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "description": "",
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCDy6q/fuCBz4F59/793EcVjAaUEmmzDy4z2VdP4/+G/qfJFeNfPB4p+4hc0MX7tWTrCCTg777u+8sd9QR8cENBXssz+WDu4Vwo50e1xr6YyJHXSxTlSKUwqoxjFqdiIRymth+BRNQ+/FNcfwXaWImClMHaEp7EPFwU3JAX9SKokwIDAQAB",
  "manifest_version": 2,
  "name": "Black Cat theme",
  "theme": {
    "colors": {
      "bookmark_text": [
        255,
        255,
        255
      ],
      "button_background": [
        0,
        0,
        0,
        0
      ],
      "frame": [
        0,
        0,
        0
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        255,
        255,
        255
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "toolbar": [
        0,
        0,
        0
      ]
    },
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_ntp_background": "images/theme_ntp_background.png",
      "theme_toolbar": "images/theme_toolbar.png"
    },
    "properties": {
      "ntp_background_alignment": "top",
      "ntp_background_repeat": "repeat"
    },
    "tints": {
      "buttons": [
        0,
        0,
        1
      ]
    }
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "4"
}