PewDiePie Brofists

This is my first chrome theme and I thought that the final product looked great and I wanted to share it with you guys. Enjoy
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",
  "manifest_version": 2,
  "version": "2",
  "name": "PewDiePie Brofists",
  "theme": {
    "images": {
      "theme_tab_background": "images/theme_tab_inactive.png",
      "theme_frame": "images/theme_frame_black.png",
      "theme_toolbar": "images/theme_toolbar_black.png",
      "theme_ntp_background": "images/theme_ntp_background_norepeat.png"
    },
    "colors": {
      "frame": [
        223,
        220,
        215
      ],
      "frame_inactive": [
        10,
        188,
        244
      ],
      "toolbar": [
        10,
        188,
        244
      ],
      "tab_text": [
        223,
        220,
        215
      ],
      "tab_background_text": [
        10,
        188,
        244
      ],
      "bookmark_text": [
        223,
        220,
        215
      ],
      "ntp_text": [
        223,
        220,
        215
      ],
      "ntp_link": [
        223,
        220,
        215
      ],
      "ntp_section": [
        10,
        188,
        244
      ],
      "button_background": [
        223,
        220,
        215
      ],
      "ntp_background": [
        223,
        220,
        215
      ]
    },
    "icons": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    },
    "tints": {
      "buttons": [
        30,
        15,
        10
      ]
    }
  }
}