Purple Theme

Purple Theme

This is my first theme. It's a bit more pink than purple but that doesn't really matter.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Purple Theme",
  "theme": {
    "colors": {
      "bookmark_text": [
        250,
        231,
        254
      ],
      "frame": [
        176,
        92,
        252
      ],
      "frame_inactive": [
        78,
        5,
        116
      ],
      "frame_incognito": [
        50,
        50,
        50
      ],
      "frame_incognito_inactive": [
        0,
        0,
        0
      ],
      "ntp_header": [
        247,
        224,
        254
      ],
      "ntp_link": [
        0,
        0,
        0
      ],
      "ntp_section": [
        223,
        171,
        254
      ],
      "ntp_section_link": [
        250,
        231,
        254
      ],
      "ntp_section_text": [
        250,
        231,
        254
      ],
      "ntp_section_link_underline": [
        250,
        231,
        254
      ],
      "tab_background_text": [
        228,
        205,
        245
      ],
      "tab_text": [
        254,
        222,
        253
      ],
      "toolbar": [
        223,
        171,
        254
      ]
    },
    "images": {
      "theme_button_background": "images/theme_button_background.png",
      "theme_frame": "images/theme_frame.png",
      "theme_frame_incognito": "images/theme_frame_incognito.png",
      "theme_ntp_background": "images/theme_ntp_background.png",
      "theme_tab_background": "images/theme_tab_background.png",
      "theme_toolbar": "images/theme_toolbar.png",
      "theme_window_control_background": "images/theme_window_control_background.png"
    },
    "properties": {
      "ntp_background_alignment": "top left",
      "ntp_background_repeat": "repeat-x"
    },
    "tints": {
      "frame_inactive": [
        -1,
        -1,
        0.75
      ],
      "frame_incognito_inactive": [
        0.5,
        0,
        0.45
      ]
    }
  },
  "version": "1.0"
}