Rainbow Blur

Rainbow Blur

The background is a blurred image that gradates from blue to green to yellow to red to yellow to pink to magenta to purple

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "2.0",
  "name": "rainbow blur",
  "theme": {
    "images": {
      "additional_backgrounds": [
        "images/0.png"
      ]
    },
    "properties": {
      "additional_backgrounds_alignment": [
        "right bottom"
      ],
      "additional_backgrounds_tiling": [
        "no-repeat"
      ]
    },
    "colors": {
      "toolbar": "rgba(42, 38, 47, 0.6)",
      "toolbar_field": "rgba(30, 25, 32, 0.4)",
      "toolbar_field_text": "rgb(214, 110, 152)",
      "tab_line": "rgb(211, 144, 231)",
      "popup": "rgb(56, 50, 63)",
      "popup_text": "rgb(231, 219, 229)",
      "tab_loading": "rgb(211, 144, 231)",
      "bookmark_text": "rgb(216, 189, 215)",
      "frame": "rgb(63, 58, 66)",
      "tab_background_text": "rgb(250, 247, 252)"
    }
  }
}