High Contrast Colorful

High Contrast Colorful

The brightest of the bright. The darkest of the dark.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "2.1",
  "name": "High Contrast Colorful",
  "description": "The brightest of the bright. The darkest of the dark.",
  "theme": {
    "colors": {
      "frame": [
        0,
        0,
        0
      ],
      "toolbar": [
        255,
        219,
        0
      ],
      "ntp_background": [
        0,
        0,
        0
      ],
      "background_tab": [
        76,
        158,
        255
      ],
      "background_tab_inactive": [
        76,
        158,
        255
      ],
      "background_tab_incognito": [
        76,
        158,
        255
      ],
      "background_tab_incognito_inactive": [
        76,
        158,
        255
      ],
      "tab_text": [
        0,
        0,
        0
      ],
      "bookmark_text": [
        0,
        0,
        0
      ],
      "button_background": [
        0,
        0,
        0
      ],
      "tab_background_text": [
        0,
        0,
        0
      ],
      "ntp_text": [
        76,
        158,
        255
      ]
    },
    "tints": {
      "buttons": [
        0.9,
        0.9,
        0.1
      ],
      "frame_incognito": [
        0.1,
        0,
        0.7
      ],
      "frame_inactive": [
        -1,
        -1,
        -1
      ],
      "frame_incognito_inactive": [
        0.1,
        0,
        0.7
      ]
    }
  }
}