Steins; Gate theme

Steins gate theme
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": "http://clients2.google.com/service/update2/crx",
  "name": "Steins; Gate theme",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Steins gate theme",
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame_steins.png",
      "theme_toolbar": "images/theme_toolbar_steins.png",
      "theme_tab_background": "images/theme_tab_background_steins.png",
      "theme_ntp_background": "images/theme_ntp_background_steins.png"
    },
    "colors": {
      "frame": [
        66,
        116,
        201
      ],
      "toolbar": [
        211,
        238,
        249
      ],
      "ntp_text": [
        251,
        255,
        5
      ],
      "tab_text": [
        255,
        255,
        3
      ],
      "tab_background_text": [
        7,
        26,
        255
      ],
      "bookmark_text": [
        200,
        24,
        212
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_link": [
        36,
        70,
        0
      ],
      "ntp_section": [
        207,
        221,
        192
      ],
      "button_background": [
        80,
        8,
        177
      ]
    },
    "tints": {
      "buttons": [
        0.05,
        1,
        0.45
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom"
    }
  }
}