Spectrum

Spectrum

A colorful Chrome theme with colors from the Google IO 2010 branding.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "0.1",
  "name": "Spectrum",
  "description": "A colorful Chrome theme with colors from the Google IO 2010 branding.",
  "theme": {
    "images": {
      "theme_frame": "images/theme_frame.png",
      "theme_frame_incognito": "images/theme_frame_incognito.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_button_background": "images/theme_button_background.png",
      "theme_ntp_background": "images/theme_ntp_background.png",
      "theme_window_control_background": "images/theme_window_control_background.png"
    },
    "colors": {
      "frame_incognito": [
        255,
        255,
        255
      ],
      "tab_text": [
        53,
        86,
        136
      ],
      "tab_background_text": [
        207,
        215,
        227
      ],
      "toolbar": [
        255,
        255,
        255
      ],
      "ntp_header": [
        53,
        86,
        136
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        32,
        32,
        32
      ],
      "ntp_link": [
        53,
        86,
        136
      ],
      "ntp_section": [
        200,
        221,
        231
      ],
      "ntp_section_text": [
        32,
        32,
        32
      ],
      "ntp_section_link": [
        53,
        86,
        136
      ],
      "button_background": [
        255,
        255,
        255
      ],
      "control_background": [
        164,
        198,
        57
      ]
    },
    "tints": {
      "frame_inactive": [
        -1,
        0.15,
        0.8
      ],
      "frame_incognito_inactive": [
        0.5,
        0,
        0.45
      ],
      "background_tab": [
        -1,
        -1,
        0.2
      ]
    },
    "properties": {
      "ntp_background_alignment": "bottom left",
      "ntp_background_repeat": "repeat-x"
    }
  }
}