Purple Magic Theme

Purple Magic Theme

A simple purple and white default look-a-like theme. The goals to achieve with the build of this theme were: ▹ Simplicity ▹…

Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.4",
  "manifest_version": 2,
  "name": "Purple Magic Theme",
  "theme": {
    "images": {
      "theme_frame": "images/frame.png",
      "theme_tab_background": "images/tab_background.png",
      "theme_toolbar": "images/toolbar2.png"
    },
    "colors": {
      "frame": [
        139,
        49,
        103
      ],
      "frame_inactive": [
        152,
        106,
        91
      ],
      "frame_incognito": [
        104,
        40,
        77
      ],
      "frame_incognito_inactive": [
        128,
        58,
        99
      ],
      "toolbar": [
        223,
        223,
        223
      ],
      "tab_text": [
        139,
        49,
        103
      ],
      "tab_background_text": [
        169,
        79,
        133
      ],
      "bookmark_text": [
        139,
        49,
        103
      ],
      "ntp_background": [
        255,
        255,
        255
      ],
      "ntp_text": [
        139,
        49,
        103
      ],
      "ntp_link": [
        139,
        49,
        103
      ],
      "ntp_header": [
        139,
        49,
        103
      ],
      "ntp_section": [
        240,
        228,
        224
      ],
      "ntp_section_text": [
        107,
        107,
        107
      ],
      "ntp_section_link": [
        139,
        49,
        103
      ],
      "control_background": [
        139,
        49,
        103
      ],
      "button_background": [
        139,
        49,
        103
      ]
    }
  }
}