Theme black Circuit Aero

Aero version.
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": "Theme black Circuit Aero",
  "version": "2.0",
  "description": "Aero version.",
  "theme": {
    "images": {
      "theme_toolbar": "i/theme_toolbar.png",
      "theme_ntp_background": "i/theme_ntp_background.png"
    },
    "colors": {
      "toolbar": [
        110,
        110,
        110
      ],
      "tab_text": [
        255,
        255,
        255
      ],
      "tab_background_text": [
        15,
        15,
        15
      ],
      "bookmark_text": [
        255,
        255,
        255
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        0,
        0,
        0
      ],
      "ntp_link": [
        0,
        0,
        0
      ],
      "ntp_section": [
        0,
        0,
        0
      ],
      "ntp_section_text": [
        255,
        255,
        255
      ],
      "ntp_section_link": [
        255,
        255,
        255
      ]
    },
    "properties": {
      "ntp_background_alignment": "top left",
      "ntp_background_repeat": "repeat",
      "ntp_logo_alternate": 0
    },
    "tints": {
      "buttons": [
        0.6,
        0,
        0.5
      ],
      "background_tab": [
        0.5,
        0.5,
        0.15
      ]
    }
  }
}